mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
* changed user to allianceserver at supervisor templates. this fixes supervisor: couldn't chdir to... * deleted unnecessary row for discord
14 lines
354 B
Plaintext
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
|