diff options
| author | Cromefire_ <cromefire_@outlook.com> | 2020-08-28 21:19:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 21:19:42 +0200 |
| commit | c0a8118c51b7211c5e8d21bf9084890cb9e8ac8d (patch) | |
| tree | 2a627a9fa095a5e71cd8ec3bd3d590ef47728761 | |
| parent | 0424d09b8daf3626fd7de65b601e707afdb00599 (diff) | |
Added additional opts to service file
| -rw-r--r-- | debian/jellyfin.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/jellyfin.service b/debian/jellyfin.service index f1a8f4652..5a012d2f4 100644 --- a/debian/jellyfin.service +++ b/debian/jellyfin.service @@ -6,7 +6,7 @@ After = network.target Type = simple EnvironmentFile = /etc/default/jellyfin User = jellyfin -ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} +ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} $JELLYFIN_ADDITIONAL_OPTS Restart = on-failure TimeoutSec = 15 |
