Update jellyfin-install.sh

This commit is contained in:
tteckster 2022-07-19 14:23:02 -04:00 committed by GitHub
parent 1285b2fb20
commit 84865b7f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ After = network.target
Type = simple Type = simple
EnvironmentFile = /etc/default/jellyfin EnvironmentFile = /etc/default/jellyfin
User = root User = root
ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELL> ExecStart = /usr/bin/jellyfin
Restart = on-failure Restart = on-failure
TimeoutSec = 15 TimeoutSec = 15
[Install] [Install]