소스 검색

add logrotate task

Norman S. 10 년 전
부모
커밋
a6889500b6
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      roles/mailserver/files/etc_logrotate_z-push

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

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

Loading…
취소
저장