Ver código fonte

add logrotate task

Norman S. 10 anos atrás
pai
commit
a6889500b6
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      roles/mailserver/files/etc_logrotate_z-push

+ 8
- 0
roles/mailserver/files/etc_logrotate_z-push Ver arquivo

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

Carregando…
Cancelar
Salvar