mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
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?
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
[program:ansibleworks-celeryd]
|
[program:awx-celeryd]
|
||||||
autorestart = true
|
autorestart = true
|
||||||
logfile = /var/log/supervisor/ansibleworks-celeryd.log
|
logfile = /var/log/supervisor/awx-celeryd.log
|
||||||
stopwaitsecs = 600
|
stopwaitsecs = 600
|
||||||
log_stdout = true
|
log_stdout = true
|
||||||
command = /usr/bin/ansibleworks-manage celeryd -B -l info --autoscale=20,2
|
command = /usr/bin/awx-manage celeryd -B -l info --autoscale=20,2
|
||||||
user = ansibleworks
|
user = awx
|
||||||
autostart = true
|
autostart = true
|
||||||
directory = /var/lib/ansibleworks
|
directory = /var/lib/awx
|
||||||
log_stderr = true
|
log_stderr = true
|
||||||
logfile_maxbytes = 50MB
|
logfile_maxbytes = 50MB
|
||||||
logfile_backups = 999
|
logfile_backups = 999
|
||||||
|
environment=HOME=/var/lib/awx/,USER=awx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user