Stage rsyslog.conf from existing version so we don't have two copies.

This commit is contained in:
Bill Nottingham
2020-05-12 22:32:57 -04:00
committed by Shane McDonald
parent 66245d3094
commit 8b51e8eb82
2 changed files with 2 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
$WorkDirectory /var/lib/awx/rsyslog
$MaxMessageSize 700000
$IncludeConfig /var/lib/awx/rsyslog/conf.d/*.conf
module(load="imuxsock" SysSock.Use="off")
input(type="imuxsock" Socket="/var/run/awx-rsyslog/rsyslog.sock" unlink="on")
template(name="awx" type="string" string="%msg%")
action(type="omfile" file="/dev/null")