Created
February 19, 2019 10:35
-
-
Save tdq132/335220256b617b576e56a6d83be1ed3a to your computer and use it in GitHub Desktop.
systemd service for starting tautulli on boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Tautulli | |
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 | |
GuessMainPID=no | |
Type=forking | |
User=tautulli | |
Group=tautulli | |
[Install] | |
WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment