From dd67dc24e3c47dc313a7658af0cf1ed1ac2c99be Mon Sep 17 00:00:00 2001 From: 0xnuminous <0xnuminous@users.noreply.github.com> Date: Sun, 24 May 2026 17:49:37 -0600 Subject: [PATCH] Define optional Jellyfin service arguments --- debian/conf/jellyfin | 2 ++ 1 file changed, 2 insertions(+) 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=""