changed user to allianceserver at supervisor templates. (#553)

* changed user to allianceserver at supervisor templates. this fixes supervisor: couldn't chdir to...

* deleted unnecessary row for discord
This commit is contained in:
Sebastian
2016-10-18 16:33:11 +02:00
committed by Adarnof
parent 90d88c4598
commit 3704586ec9
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[program:auth-celeryd]
command=python manage.py celeryd
directory=/home/allianceserver/allianceauth
user=nobody
user=allianceserver
numprocs=1
stdout_logfile=/home/allianceserver/allianceauth/log/worker.log
stderr_logfile=/home/allianceserver/allianceauth/log/worker.log

View File

@@ -1,7 +1,7 @@
[program:auth-mumble]
command=python authenticator.py
directory=/home/allianceserver/allianceauth/thirdparty/Mumble
user=nobody
user=allianceserver
numprocs=1
stdout_logfile=/home/allianceserver/allianceauth/log/authenticator.log
stderr_logfile=/home/allianceserver/allianceauth/log/authenticator.log