瀏覽代碼

changed from 52 to 5 versions.

Norman S. 11 年之前
父節點
當前提交
b1092e800b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/mailserver/files/etc_logrotate_z-push

+ 1
- 1
roles/mailserver/files/etc_logrotate_z-push 查看文件

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

Loading…
取消
儲存