瀏覽代碼

Merge pull request #22 from abednarik/abednarik_debian_config

Updates logrotate.conf for Debian
tags/v0.9.0
Forrest 8 年之前
父節點
當前提交
91127e933d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      logrotate/files/Debian/logrotate.conf

+ 6
- 0
logrotate/files/Debian/logrotate.conf 查看文件

@@ -2,6 +2,12 @@
# rotate log files weekly
weekly

{% if grains['os'] == "Ubuntu" %}
# use the syslog group by default, since this is the owning group
# of /var/log/syslog.
su root syslog
{% endif %}

# keep 4 weeks worth of backlogs
rotate 4


Loading…
取消
儲存