Created new rsyslog launch file. (#13327)

* Created new rsyslog launch file.
* Rsyslog conf work.
* Refining how we're calling rsyslog conf.
* Removed rsyslog so it no longer launches in the web container.
* Added the new launch_awx_rsyslog.sh to the /usr/bin
This commit is contained in:
Lila Yasin
2023-01-04 14:29:40 -05:00
committed by Hao Liu
parent b5e04a4cb3
commit 65b3e0226d
5 changed files with 91 additions and 14 deletions

View File

@@ -75,19 +75,8 @@ stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:awx-rsyslogd]
command = rsyslogd -n -i /var/run/awx-rsyslog/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
autorestart = true
startsecs = 30
stopasgroup=true
killasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[group:tower-processes]
programs=nginx,uwsgi,daphne,wsbroadcast,awx-rsyslogd
programs=nginx,uwsgi,daphne,wsbroadcast
priority=5
[eventlistener:superwatcher]