Update chown instructions in systemd script

This commit is contained in:
JonnyWong16 2020-07-13 19:05:26 -07:00
parent 141d043a6a
commit 4f8a462041
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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")