From 8d3ce206cd3286e282f500d64b25807ef9a04066 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Wed, 22 Apr 2020 09:57:06 -0400 Subject: [PATCH] rsyslogd is only needed in the web container --- .../roles/image_build/files/supervisor_task.conf | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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