mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Add python to systemd script
Skip the extra process calls trying to figure out what to run Tautulli with, as well as give an example on how to change the executable in the init script.
This commit is contained in:
parent
3f87996bfc
commit
ab36041fef
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Wants=network-online.target
|
|||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/Tautulli/Tautulli.py --config /opt/Tautulli/config.ini --datadir /opt/Tautulli --quiet --daemon --nolaunch
|
||||
ExecStart=python /opt/Tautulli/Tautulli.py --config /opt/Tautulli/config.ini --datadir /opt/Tautulli --quiet --daemon --nolaunch
|
||||
GuessMainPID=no
|
||||
Type=forking
|
||||
User=tautulli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue