cp over all the bundles from kunsis bw repo

This commit is contained in:
Rico 2021-12-21 15:56:24 +01:00
parent 65b117b819
commit 1f73b04351
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041
89 changed files with 3991 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[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
RuntimeMaxUse=${journal.get('maxuse', '500M')}
RuntimeKeepFree=${journal.get('keepfree', '2G')}
RuntimeMaxFileSize=100M
MaxFileSec=1d
# Disable auditing
Audit=no