rsyslogd is only needed in the web container

This commit is contained in:
Christian Adams 2020-04-22 09:57:06 -04:00
parent 28e27c5196
commit 8d3ce206cd

View File

@ -26,20 +26,8 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:awx-rsyslogd]
command = rsyslogd -n -i /awx_devel/rsyslog.pid
autostart = true
autorestart = true
stopwaitsecs = 1
stopsignal=KILL
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0
[group:tower-processes]
programs=dispatcher,callback-receiver,awx-rsyslogd
programs=dispatcher,callback-receiver
priority=5
# TODO: Exit Handler