2019-01-05 10:14:24 +00:00
|
|
|
# Jellyfin default configuration options
|
|
|
|
|
|
|
|
# Use this file to override the default configurations; add additional
|
|
|
|
# options with JELLYFIN_ADD_OPTS.
|
|
|
|
|
|
|
|
# To override the user or this config file's location, use
|
|
|
|
# /etc/systemd/system/jellyfin.service.d/override.conf
|
|
|
|
|
|
|
|
#
|
|
|
|
# This is a POSIX shell fragment
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# General options
|
|
|
|
#
|
|
|
|
|
2019-01-07 17:51:37 +00:00
|
|
|
# Program directories
|
|
|
|
JELLYFIN_DATA_DIRECTORY="/var/lib/jellyfin"
|
|
|
|
JELLYFIN_CONFIG_DIRECTORY="/etc/jellyfin"
|
|
|
|
JELLYFIN_LOG_DIRECTORY="/var/log/jellyfin"
|
2019-02-02 19:01:29 +00:00
|
|
|
JELLYFIN_CACHE_DIRECTORY="/var/cache/jellyfin"
|
2019-02-04 01:15:23 +00:00
|
|
|
|
2019-01-05 20:30:45 +00:00
|
|
|
# In-App service control
|
2019-02-04 01:15:23 +00:00
|
|
|
JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh"
|
|
|
|
|
|
|
|
# [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
|
|
|
|
#JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/bin/ffmpeg"
|
|
|
|
#JELLYFIN_FFPROBE_OPT="--ffprobe=/usr/bin/ffprobe"
|
|
|
|
|
|
|
|
# [OPTIONAL] run Jellyfin as a headless service
|
|
|
|
#JELLYFIN_SERVICE_OPT="--service"
|
|
|
|
|
|
|
|
# [OPTIONAL] run Jellyfin without the web app
|
|
|
|
#JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp"
|
|
|
|
|