BBB-via-ansible/roles/bbb_vps_prep/templates/journald.conf.j2

9 lines
212 B
Django/Jinja

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