diff options
Diffstat (limited to 'debian/jellyfin.service')
| -rw-r--r-- | debian/jellyfin.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/jellyfin.service b/debian/jellyfin.service index 12ae18a21..064e10537 100644 --- a/debian/jellyfin.service +++ b/debian/jellyfin.service @@ -11,6 +11,7 @@ WorkingDirectory = /var/lib/jellyfin 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 +SuccessExitStatus=0 143 NoNewPrivileges=true SystemCallArchitectures=native |
