mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add action to default rsyslog.conf so supervisor starts correctly the first time
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user