瀏覽代碼

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 查看文件

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…
取消
儲存