Skip to content

Commit

Permalink
Merge pull request #6796 from rooftopcellist/fix_awx_rsyslog
Browse files Browse the repository at this point in the history
rsyslogd is only needed in the web container

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] committed Apr 22, 2020
2 parents 28e27c5 + 8d3ce20 commit 0202467
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions installer/roles/image_build/files/supervisor_task.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0202467

Please sign in to comment.