Parcourir la source

add logrotate task

Norman S. il y a 10 ans
Parent
révision
a6889500b6
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8
    0
      roles/mailserver/files/etc_logrotate_z-push

+ 8
- 0
roles/mailserver/files/etc_logrotate_z-push Voir le fichier

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

Chargement…
Annuler
Enregistrer