1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/config/awx_supervisor.conf
Michael DeHaan 552e43668c Update supervisord configs to specify home dir, somewhat
confusing as to why one is a here doc and the other is not, and
why ansibleworks is mentioned not awx in the other.  Possibly not
used?
2013-07-11 12:12:22 -04:00

15 lines
348 B
Plaintext

[program:awx-celeryd]
autorestart = true
logfile = /var/log/supervisor/awx-celeryd.log
stopwaitsecs = 600
log_stdout = true
command = /usr/bin/awx-manage celeryd -B -l info --autoscale=20,2
user = awx
autostart = true
directory = /var/lib/awx
log_stderr = true
logfile_maxbytes = 50MB
logfile_backups = 999
environment=HOME=/var/lib/awx/,USER=awx