diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-09-12 11:10:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 11:10:08 +0200 |
| commit | 95fef74085286a63eef60f26ccf37e4c92b792f8 (patch) | |
| tree | 5b260a87d1c32673c797e43db201c4724e156f53 | |
| parent | 8ca16107bbbada19fe76412872559fa255748a51 (diff) | |
| parent | 0bf92186a577c14922be5952e4c0994d6d8d5d4a (diff) | |
Merge pull request #10039 from hugueslarrive/devuan
| -rw-r--r-- | debian/conf/jellyfin | 2 |
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" |
