Update getting_started

Modified a comment to (try to)ensure that the user will set the right user for pteroq.service
This commit is contained in:
Jhonatan Pereira 2019-01-03 07:08:25 -02:00 committed by GitHub
parent ce60274305
commit bb8d80e7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ After=redis-server.service
[Service]
# On some systems the user and group might be different.
# Some systems use `apache` as the user and group.
# Some systems use `apache` or `nginx` as the user and group.
User=www-data
Group=www-data
Restart=always