mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Tweak unit to restart on any failure, 15s timeout
This commit is contained in:
parent
1b4a21871a
commit
34f226d83a
4
debian/jellyfin.service
vendored
4
debian/jellyfin.service
vendored
@ -7,8 +7,8 @@ Type = simple
|
|||||||
EnvironmentFile = /etc/default/jellyfin
|
EnvironmentFile = /etc/default/jellyfin
|
||||||
User = jellyfin
|
User = jellyfin
|
||||||
ExecStart = /usr/bin/jellyfin -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
|
ExecStart = /usr/bin/jellyfin -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS}
|
||||||
Restart = on-abort
|
Restart = on-failure
|
||||||
TimeoutSec = 20
|
TimeoutSec = 15
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy = multi-user.target
|
WantedBy = multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user