1
0
Fork 0
mirror of synced 2024-06-22 00:21:09 -04:00

fix(conf): add 'monthly' interval

This commit is contained in:
Javier Bértoli 2022-03-25 07:23:11 -03:00
parent a922ea2ba8
commit b6cc8a9084

View file

@ -23,7 +23,7 @@ no{{ parameter }}
# See "man logrotate" for details.
# log files rotation period
{% for period in ['hourly', 'daily', 'weekly', 'yearly'] -%}
{% for period in ['hourly', 'daily', 'weekly', 'monthly', 'yearly'] -%}
{{ set_parameter(period) }}
{%- endfor %}