Move supervisor and rsyslog sock files to their own dirs under /var/run

This commit is contained in:
Christian Adams
2020-03-12 13:43:43 -04:00
parent 7040fcfd88
commit 996d7ce054
6 changed files with 27 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
[program:awx-rsyslogd]
command = rsyslogd -n -i /var/run/tower/rsyslog/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
command = rsyslogd -n -i /var/run/rsyslog/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
autostart = true
autorestart = true
stopwaitsecs = 1