mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fix supervisor conf file inconsistancy
This commit is contained in:
@@ -29,8 +29,8 @@ environment =
|
||||
DEV_RELOAD_COMMAND='supervisorctl -c /etc/supervisord_task.conf restart all; supervisorctl restart tower-processes:daphne'
|
||||
{% else %}
|
||||
command = /var/lib/awx/venv/awx/bin/uwsgi /etc/tower/uwsgi.ini
|
||||
{% endif %}
|
||||
directory = /var/lib/awx
|
||||
{% endif %}
|
||||
autorestart = true
|
||||
startsecs = 30
|
||||
stopasgroup=true
|
||||
@@ -76,7 +76,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
[program:awx-cache-clear]
|
||||
{% if kube_dev | bool %}
|
||||
command = make cache_clear
|
||||
command = make run-cache-clear
|
||||
directory = /awx_devel
|
||||
{% else %}
|
||||
command = awx-manage run_cache_clear
|
||||
|
||||
Reference in New Issue
Block a user