mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Merge pull request #1305 from samwiseg00/fix/systemd_init
Change init script group value to be compatible with CentOS
This commit is contained in:
commit
87dd43d699
1 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@
|
|||
#
|
||||
# - To create this user and give it ownership of the Tautulli directory:
|
||||
# sudo adduser --system --no-create-home tautulli
|
||||
# sudo chown tautulli:nogroup -R /opt/Tautulli
|
||||
#
|
||||
# sudo chown tautulli:tautulli -R /opt/Tautulli
|
||||
#
|
||||
# - Adjust ExecStart= to point to:
|
||||
# 1. Your Tautulli executable
|
||||
# - Default: /opt/Tautulli/Tautulli.py
|
||||
|
@ -51,7 +51,7 @@ ExecStart=/opt/Tautulli/Tautulli.py --config /opt/Tautulli/config.ini --datadir
|
|||
GuessMainPID=no
|
||||
Type=forking
|
||||
User=tautulli
|
||||
Group=nogroup
|
||||
Group=tautlli
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue