template for MY_USER and MY_GROUP

This commit is contained in:
AJ ONeal 2017-11-07 05:02:14 -07:00
parent 6ee3b60f84
commit aea6853822
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ StartLimitBurst=3
# User and group the process will run as # User and group the process will run as
# (www-data is the de facto standard on most systems) # (www-data is the de facto standard on most systems)
User=www-data User=MY_USER
Group=www-data Group=MY_GROUP
# If we need to pass environment variables in the future # If we need to pass environment variables in the future
; Environment=GOLDILOCKS_PATH=/opt/walnut ; Environment=GOLDILOCKS_PATH=/opt/walnut