aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Larrive <hlarrive@pm.me>2021-12-14 01:07:08 +0100
committerHugues Larrive <hlarrive@pm.me>2023-07-25 17:37:47 +0200
commit0bf92186a577c14922be5952e4c0994d6d8d5d4a (patch)
tree513a7feea0df31af5d89478a2fd7eaf81e62e94e
parentdb347eb7d862f00b3d3dd228fff4ad86edf79e23 (diff)
Add program directories to JELLYFIN_ARGS for sysvinit compatibility
-rw-r--r--debian/conf/jellyfin2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin
index 912996755..aec1d4d10 100644
--- a/debian/conf/jellyfin
+++ b/debian/conf/jellyfin
@@ -47,4 +47,4 @@ JELLYFIN_ADDITIONAL_OPTS=""
# Application username
JELLYFIN_USER="jellyfin"
# Full application command
-JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS"
+JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR"