Enable by default
With the protections from an infinite restart loop in place this should be safe to enable by default.
This commit is contained in:
@@ -41,9 +41,6 @@
|
|||||||
# - WantedBy= specifies which target (i.e. runlevel) to start Tautulli for.
|
# - WantedBy= specifies which target (i.e. runlevel) to start Tautulli for.
|
||||||
# multi-user.target equates to runlevel 3 (multi-user text mode)
|
# multi-user.target equates to runlevel 3 (multi-user text mode)
|
||||||
# graphical.target equates to runlevel 5 (multi-user X11 graphical mode)
|
# graphical.target equates to runlevel 5 (multi-user X11 graphical mode)
|
||||||
#
|
|
||||||
# - Uncomment the two lines Restart= and RestartSec= below to allow Tautulli
|
|
||||||
# to restart if it crashes.
|
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Tautulli - Stats for Plex Media Server usage
|
Description=Tautulli - Stats for Plex Media Server usage
|
||||||
@@ -56,8 +53,8 @@ GuessMainPID=no
|
|||||||
Type=forking
|
Type=forking
|
||||||
User=tautulli
|
User=tautulli
|
||||||
Group=tautulli
|
Group=tautulli
|
||||||
# Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
# RestartSec=5
|
RestartSec=5
|
||||||
StartLimitInterval=90
|
StartLimitInterval=90
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user