diff options
| author | Cromefire_ <cromefire_@outlook.com> | 2020-08-28 21:24:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 21:24:21 +0200 |
| commit | 20b1f985f07ff3b8c3f6ecfc7cf66be3e8ab1d4b (patch) | |
| tree | f4dee79e60d616c4a80ba4678d7208c95ed6a1fd | |
| parent | c0a8118c51b7211c5e8d21bf9084890cb9e8ac8d (diff) | |
Added JELLYFIN_ADDITIONAL_OPTS to default file
| -rw-r--r-- | debian/conf/jellyfin | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 7cbfa88ee..fa8cc718a 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -33,6 +33,9 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" # [OPTIONAL] run Jellyfin without the web app #JELLYFIN_NOWEBAPP_OPT="--nowebclient" +# Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help) +JELLYFIN_ADDITIONAL_OPTS="" + # # SysV init/Upstart options # @@ -40,4 +43,4 @@ JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" # Application username JELLYFIN_USER="jellyfin" # Full application command -JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT" +JELLYFIN_ARGS="${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} $JELLFIN_ADDITIONAL_OPTS" |
