diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 34afb0a..ee0d9ee 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -38,9 +38,11 @@ MALLOC_TRIM_THRESHOLD_=131072 # [OPTIONAL] run Jellyfin as a headless service #JELLYFIN_SERVICE_OPT="--service" +JELLYFIN_SERVICE_OPT="" # [OPTIONAL] run Jellyfin without the web app #JELLYFIN_NOWEBAPP_OPT="--nowebclient" +JELLYFIN_NOWEBAPP_OPT="" # Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help) JELLYFIN_ADDITIONAL_OPTS=""