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
+1 -1
View File
@@ -28,7 +28,7 @@ def reconfigure_rsyslog():
port = settings.LOG_AGGREGATOR_PORT
parts.extend([
'input(type="imuxsock" Socket="/var/run/tower/sockets/rsyslog.sock" unlink="on")',
'input(type="imuxsock" Socket="/var/run/rsyslog/rsyslog.sock" unlink="on")',
'template(name="awx" type="string" string="%msg%")',
])
if protocol.startswith('http'):