소스 검색

Updates logrotate.conf for Debian

/var/log group in Ubuntu is syslog. This formula breaks
Ubuntu logrotate.
tags/v0.9.0
Alejandro Bednarik 8 년 전
부모
커밋
dc7d03434b
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…
취소
저장