bundles/systemd: ensure we're not logging to syslog
This commit is contained in:
parent
8cf2dde6e0
commit
c6bb00c124
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -7,6 +7,9 @@ defaults = {
|
|||
'ntp': {
|
||||
'installed': False,
|
||||
},
|
||||
'rsyslog': {
|
||||
'installed': False,
|
||||
},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
|
|
Loading…
Reference in a new issue