bundles/systemd: ensure we're not logging to syslog

This commit is contained in:
Franzi 2023-08-26 07:28:12 +02:00
parent 8cf2dde6e0
commit c6bb00c124
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 8 additions and 0 deletions

View file

@ -15,5 +15,10 @@ RuntimeKeepFree=${journal.get('keepfree', '2G')}
RuntimeMaxFileSize=100M
MaxFileSec=1d
ForwardToSyslog=no
ForwardToKMsg=no
ForwardToConsole=no
ForwardToWall=yes
# Disable auditing
Audit=no

View file

@ -7,6 +7,9 @@ defaults = {
'ntp': {
'installed': False,
},
'rsyslog': {
'installed': False,
},
},
},
'icinga2_api': {