mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
Improve formatting and add comments
This commit is contained in:
parent
629bedc6e8
commit
917ccad0ab
15
debian/conf/jellyfin
vendored
15
debian/conf/jellyfin
vendored
@ -11,13 +11,26 @@
|
|||||||
# This is a POSIX shell fragment
|
# This is a POSIX shell fragment
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
# General options
|
# General options
|
||||||
|
#
|
||||||
|
|
||||||
|
# Path to the jellyfin.dll executable
|
||||||
JELLYFIN_EXE="/usr/lib/jellyfin/bin/jellyfin.dll"
|
JELLYFIN_EXE="/usr/lib/jellyfin/bin/jellyfin.dll"
|
||||||
|
# Data directory
|
||||||
JELLYFIN_DATA="/var/lib/jellyfin"
|
JELLYFIN_DATA="/var/lib/jellyfin"
|
||||||
|
# Restart script for in-app server control
|
||||||
JELLYFIN_RESTART_SCRIPT="/usr/lib/jellyfin/restart.sh"
|
JELLYFIN_RESTART_SCRIPT="/usr/lib/jellyfin/restart.sh"
|
||||||
|
# Additional options for the binary
|
||||||
JELLYFIN_ADD_OPTS=""
|
JELLYFIN_ADD_OPTS=""
|
||||||
|
|
||||||
# init/upstart options
|
#
|
||||||
|
# SysV init/Upstart options
|
||||||
|
#
|
||||||
|
|
||||||
|
# Application username
|
||||||
JELLYFIN_USER="jellyfin"
|
JELLYFIN_USER="jellyfin"
|
||||||
|
# .NET Core runtime binary
|
||||||
JELLYFIN_DOTNET="/usr/bin/dotnet"
|
JELLYFIN_DOTNET="/usr/bin/dotnet"
|
||||||
|
# Full application command
|
||||||
JELLYFIN_COMMAND="$JELLYFIN_EXE -programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS"
|
JELLYFIN_COMMAND="$JELLYFIN_EXE -programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS"
|
||||||
|
Loading…
Reference in New Issue
Block a user