ソースを参照

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

読み込み中…
キャンセル
保存