aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCromefire_ <cromefire_@outlook.com>2020-11-24 12:24:42 +0100
committerGitHub <noreply@github.com>2020-11-24 12:24:42 +0100
commit7aef0fce444e6d8e06386553ec7ea1401a01bbb1 (patch)
tree1338f16891aece3bdc80c53217d94658d7961c0b /debian
parent7396fcfb847229e580ae00793c6344e70b4c9141 (diff)
Use consistent style
Diffstat (limited to 'debian')
-rw-r--r--debian/jellyfin.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/jellyfin.service b/debian/jellyfin.service
index 5a012d2f4..459ac6363 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} $JELLYFIN_ADDITIONAL_OPTS
+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