Explorar el Código

Merge pull request #193 from nstanke/patch-1

reduce z-push logrotation to 5 versions
Luke Cyca hace 10 años
padre
commit
7118c07753
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/mailserver/files/etc_logrotate_z-push

+ 1
- 1
roles/mailserver/files/etc_logrotate_z-push Ver fichero

@@ -1,7 +1,7 @@
1 1
 /var/log/z-push/*.log {
2 2
         weekly
3 3
         missingok
4
-        rotate 52
4
+        rotate 5
5 5
         compress
6 6
         notifempty
7 7
         create 0644 www-data www-data

Loading…
Cancelar
Guardar