remove rsyslog_configurer from dispatcher as it is already being handled, add rsyslog_configurer to tower_processes

This commit is contained in:
thedoubl3j
2023-03-29 11:51:01 -04:00
committed by Hao Liu
parent a1e39f71fc
commit 6267469709
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ stdout_events_enabled = true
stderr_events_enabled = true
[group:tower-processes]
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet, awx-rsyslog-configurer
priority=5
[program:awx-autoreload]