From 84865b7f3a4b1ca7429cfd0e95d4ce72d2b1097c Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Jul 2022 14:23:02 -0400 Subject: [PATCH] Update jellyfin-install.sh --- setup/jellyfin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/jellyfin-install.sh b/setup/jellyfin-install.sh index bc116748..4574a10c 100644 --- a/setup/jellyfin-install.sh +++ b/setup/jellyfin-install.sh @@ -98,7 +98,7 @@ After = network.target Type = simple EnvironmentFile = /etc/default/jellyfin User = root -ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELL> +ExecStart = /usr/bin/jellyfin Restart = on-failure TimeoutSec = 15 [Install]