10 lines
212 B
Text
10 lines
212 B
Text
|
|
# Managed by Ansible
|
||
|
|
[Journal]
|
||
|
|
Storage={{ "persistent" if journald_persistent else "auto" }}
|
||
|
|
Compress=yes
|
||
|
|
SystemMaxUse=500M
|
||
|
|
RuntimeMaxUse=200M
|
||
|
|
MaxRetentionSec=1month
|
||
|
|
RateLimitIntervalSec=30s
|
||
|
|
RateLimitBurst=10000
|