Files
chef/site-cookbooks/kosmos-base/templates/default/journald.conf.erb
2025-05-21 11:36:15 +02:00

7 lines
199 B
Plaintext

[Journal]
# Set the maximum size of the journal logs in bytes
SystemMaxUse=<%= @system_max_use %>
# Set the number of days after which logs will be deleted
MaxRetentionSec=<%= @max_retention_sec %>