bundles/systemd: more options in journald.conf
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-18 10:29:01 +01:00
parent e0ffb4fd2f
commit 03840fd152
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -10,7 +10,10 @@ RateLimitBurst=0
SystemMaxUse=${journal.get('maxuse', '500M')} SystemMaxUse=${journal.get('maxuse', '500M')}
SystemKeepFree=${journal.get('keepfree', '2G')} SystemKeepFree=${journal.get('keepfree', '2G')}
SystemMaxFileSize=100M SystemMaxFileSize=100M
MaxFileSec=0 RuntimeMaxUse=${journal.get('maxuse', '500M')}
RuntimeKeepFree=${journal.get('keepfree', '2G')}
RuntimeMaxFileSize=100M
MaxFileSec=1d
# Disable auditing # Disable auditing
Audit=no Audit=no