diff options
Diffstat (limited to 'debian/conf')
| -rw-r--r-- | debian/conf/jellyfin | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 5c26d12c3e..fb00e7f65c 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -15,8 +15,6 @@ # General options # -# Path to the jellyfin.dll executable -JELLYFIN_EXE="/usr/lib/jellyfin/bin/jellyfin.dll" # Data directory JELLYFIN_DATA="/var/lib/jellyfin" # Restart script for in-app server control @@ -30,7 +28,5 @@ JELLYFIN_ADD_OPTS="" # Application username JELLYFIN_USER="jellyfin" -# .NET Core runtime binary -JELLYFIN_DOTNET="/usr/bin/dotnet" # Full application command -JELLYFIN_COMMAND="$JELLYFIN_EXE -programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS" +JELLYFIN_ARGS="-programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS" |
