mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -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
|
Type=forking
|
||||||
User=tautulli
|
User=tautulli
|
||||||
Group=tautulli
|
Group=tautulli
|
||||||
|
Restart=on-abnormal
|
||||||
|
RestartSec=5
|
||||||
|
StartLimitInterval=90
|
||||||
|
StartLimitBurst=3
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue