Add action to default rsyslog.conf so supervisor starts correctly the first time

This commit is contained in:
Christian Adams
2020-04-08 16:25:01 -04:00
parent f7dac8e68d
commit 5d54877183
5 changed files with 17 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ $IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
$ModLoad imuxsock
input(type="imuxsock" Socket="/var/run/rsyslog/rsyslog.sock" unlink="on")
template(name="awx" type="string" string="%msg%")
action(type="omfile" file="/dev/null")