Fix supervisor conf file inconsistancy

This commit is contained in:
Hao Liu
2023-04-04 09:59:16 -04:00
parent a0dafbfd8c
commit f62bf6a4c3
4 changed files with 7 additions and 7 deletions

View File

@@ -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