2020-12-12 09:39:57 +00:00
|
|
|
[Journal]
|
|
|
|
Storage=${journal.get('storage', 'persistent')}
|
|
|
|
Compress=yes
|
|
|
|
SplitMode=uid
|
|
|
|
|
|
|
|
# Disable rate limiting.
|
|
|
|
RateLimitIntervalSec=0
|
|
|
|
RateLimitBurst=0
|
|
|
|
|
|
|
|
SystemMaxUse=${journal.get('maxuse', '500M')}
|
|
|
|
SystemKeepFree=${journal.get('keepfree', '2G')}
|
|
|
|
SystemMaxFileSize=100M
|
2021-02-18 09:29:01 +00:00
|
|
|
RuntimeMaxUse=${journal.get('maxuse', '500M')}
|
|
|
|
RuntimeKeepFree=${journal.get('keepfree', '2G')}
|
|
|
|
RuntimeMaxFileSize=100M
|
|
|
|
MaxFileSec=1d
|
2020-12-12 09:39:57 +00:00
|
|
|
|
|
|
|
# Disable auditing
|
|
|
|
Audit=no
|