Browse Source

Merge pull request #193 from nstanke/patch-1

reduce z-push logrotation to 5 versions
Luke Cyca 11 years ago
parent
commit
7118c07753
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/files/etc_logrotate_z-push

+ 1
- 1
roles/mailserver/files/etc_logrotate_z-push View File

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

Loading…
Cancel
Save