Rename awx rsyslog socket and PID dir

This commit is contained in:
Christian Adams
2020-04-14 16:50:06 -04:00
parent 3518fb0c17
commit c8ceb62269
11 changed files with 13 additions and 13 deletions

View File

@@ -2,6 +2,6 @@ $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/rsyslog/rsyslog.sock" unlink="on")
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")