1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/config/awx_supervisor.conf

15 lines
348 B
Plaintext
Raw Normal View History

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