bundles/systemd: more options in journald.conf
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e0ffb4fd2f
commit
03840fd152
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue