allianceauth/thirdparty/Supervisor/auth-celeryd.conf
Sebastian 3704586ec9 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
2016-10-18 10:33:11 -04:00

14 lines
354 B
Plaintext

[program:auth-celeryd]
command=python manage.py celeryd
directory=/home/allianceserver/allianceauth
user=allianceserver
numprocs=1
stdout_logfile=/home/allianceserver/allianceauth/log/worker.log
stderr_logfile=/home/allianceserver/allianceauth/log/worker.log
autostart=true
autorestart=true
startsecs=10
stopwaitsecs = 600
killasgroup=true
priority=1000