Explorar el Código

add logrotate task

Norman S. hace 10 años
padre
commit
a6889500b6
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      roles/mailserver/files/etc_logrotate_z-push

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

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

Loading…
Cancelar
Guardar