Просмотр исходного кода

fix(conf): add 'monthly' interval

tags/v0.13.2
Javier Bértoli 2 лет назад
Родитель
Сommit
b6cc8a9084
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      logrotate/templates/logrotate.conf.tmpl

+ 1
- 1
logrotate/templates/logrotate.conf.tmpl Просмотреть файл

@@ -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 %}


Загрузка…
Отмена
Сохранить