mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Update chown instructions in systemd script
This commit is contained in:
parent
141d043a6a
commit
4f8a462041
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
# Ubuntu/Debian: sudo addgroup tautulli && sudo adduser --system --no-create-home tautulli --ingroup tautulli
|
||||
# CentOS/Fedora: sudo adduser --system --no-create-home tautulli
|
||||
# 2. Give the user ownership of the Tautulli directory:
|
||||
# sudo chown tautulli:tautulli -R /opt/Tautulli
|
||||
# sudo chown -R tautulli:tautulli /opt/Tautulli
|
||||
#
|
||||
# - Adjust ExecStart= to point to:
|
||||
# 1. Your Python interpreter (get the path with "command -v python3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue