mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Merge pull request #1341 from Arcanemagus/systemd-restart-note
Add Systemd auto restart policy
This commit is contained in:
commit
ae0960d2e2
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ GuessMainPID=no
|
|||
Type=forking
|
||||
User=tautulli
|
||||
Group=tautulli
|
||||
Restart=on-abnormal
|
||||
RestartSec=5
|
||||
StartLimitInterval=90
|
||||
StartLimitBurst=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue