diff --git a/installer/roles/image_build/files/supervisor_task.conf b/installer/roles/image_build/files/supervisor_task.conf index 9acf19f7e9..a0100980b2 100644 --- a/installer/roles/image_build/files/supervisor_task.conf +++ b/installer/roles/image_build/files/supervisor_task.conf @@ -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