浏览代码

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
+}

正在加载...
取消
保存