diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-12-28 10:27:27 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2018-12-28 10:27:27 -0500 |
| commit | 34f226d83a7dd9a36a29f361b16606117fce2735 (patch) | |
| tree | 1044b47b2522b3921ff3f8c57aba02c8437598d9 | |
| parent | 1b4a21871a57aabdcf3bcab7be753bd7e6987e91 (diff) | |
Tweak unit to restart on any failure, 15s timeout
| -rw-r--r-- | debian/jellyfin.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/jellyfin.service b/debian/jellyfin.service index d5a999cf5..4c3739909 100644 --- a/debian/jellyfin.service +++ b/debian/jellyfin.service @@ -7,8 +7,8 @@ Type = simple EnvironmentFile = /etc/default/jellyfin User = jellyfin ExecStart = /usr/bin/jellyfin -programdata ${JELLYFIN_DATA} -restartpath ${JELLYFIN_RESTART_SCRIPT} ${JELLYFIN_ADD_OPTS} -Restart = on-abort -TimeoutSec = 20 +Restart = on-failure +TimeoutSec = 15 [Install] WantedBy = multi-user.target |
