Franziska Kunsmann
58d99eb402
All checks were successful
bundlewrap/pipeline/head This commit looks good
16 lines
311 B
Text
16 lines
311 B
Text
[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
|
|
MaxFileSec=0
|
|
|
|
# Disable auditing
|
|
Audit=no
|