deploy_systemd_journal_config(role): Disable ForwardToSyslog
We don't want hour journalctl logs mirrored to /var/log/syslog
This commit is contained in:
parent
164f784957
commit
83e6f76464
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
[Journal]
|
||||
MaxFileSec=2day
|
||||
MaxRetentionSec=2week
|
||||
|
||||
ForwardToSyslog=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue