Update init.systemd

Edited user creation and directory ownership instructions in the configuration notes for clarity. Current version may give novice users the impression that the ownership command is only executed on CentOS/Fedora.
This commit is contained in:
Jabcob 2019-03-09 15:39:26 -06:00 committed by GitHub
parent b1516e9963
commit bcf6b4de77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,10 @@
# - The example settings in this file assume that Tautulli is installed to: /opt/Tautulli # - The example settings in this file assume that Tautulli is installed to: /opt/Tautulli
# #
# - To create this user and give it ownership of the Tautulli directory: # - To create this user and give it ownership of the Tautulli directory:
# 1. Create the user:
# Ubuntu/Debian: sudo addgroup tautulli && sudo adduser --system --no-create-home tautulli --ingroup tautulli # Ubuntu/Debian: sudo addgroup tautulli && sudo adduser --system --no-create-home tautulli --ingroup tautulli
# CentOS/Fedora: sudo adduser --system --no-create-home 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 tautulli:tautulli -R /opt/Tautulli
# #
# - Adjust ExecStart= to point to: # - Adjust ExecStart= to point to: