template for MY_USER and MY_GROUP
This commit is contained in:
parent
6ee3b60f84
commit
aea6853822
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue