2018-12-13 00:14:20 +00:00
|
|
|
# Jellyfin default configuration options
|
|
|
|
|
|
|
|
# Use this file to override the default configurations; add additional
|
|
|
|
# options with JELLYFIN_ADD_OPTS.
|
|
|
|
|
|
|
|
# Under systemd, use
|
|
|
|
# /etc/systemd/system/jellyfin.service.d/jellyfin.service.conf
|
2018-12-13 00:34:51 +00:00
|
|
|
# to override the user or this config file's location.
|
2018-12-09 21:41:49 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# This is a POSIX shell fragment
|
|
|
|
#
|
|
|
|
|
2018-12-13 00:14:20 +00:00
|
|
|
# General options
|
|
|
|
JELLYFIN_EXE="/usr/lib/jellyfin/bin/jellyfin.dll"
|
2018-12-09 21:41:49 +00:00
|
|
|
JELLYFIN_DATA="/var/lib/jellyfin"
|
2018-12-13 00:14:20 +00:00
|
|
|
JELLYFIN_RESTART_SCRIPT="/usr/lib/jellyfin/restart.sh"
|
2018-12-09 21:41:49 +00:00
|
|
|
JELLYFIN_ADD_OPTS=""
|
2018-12-13 00:14:20 +00:00
|
|
|
|
|
|
|
# init/upstart options
|
|
|
|
JELLYFIN_USER="jellyfin"
|
|
|
|
JELLYFIN_DOTNET="/usr/bin/dotnet"
|
|
|
|
JELLYFIN_COMMAND="$JELLYFIN_EXE -programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS"
|