mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
added cache-clear service. update dispatcher queues
Signed-off-by: Jessica Mack <jmack@redhat.com>
This commit is contained in:
@@ -44,6 +44,16 @@ stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:awx-cache-clear]
|
||||
command = make cache-clear
|
||||
autorestart = true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:awx-uwsgi]
|
||||
command = make uwsgi
|
||||
autorestart = true
|
||||
|
||||
Reference in New Issue
Block a user