소스 검색

Merge pull request #193 from nstanke/patch-1

reduce z-push logrotation to 5 versions
Luke Cyca 10 년 전
부모
커밋
7118c07753
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/mailserver/files/etc_logrotate_z-push

+ 1
- 1
roles/mailserver/files/etc_logrotate_z-push 파일 보기

@@ -1,7 +1,7 @@
1 1
 /var/log/z-push/*.log {
2 2
         weekly
3 3
         missingok
4
-        rotate 52
4
+        rotate 5
5 5
         compress
6 6
         notifempty
7 7
         create 0644 www-data www-data

Loading…
취소
저장