Adding delaycompress to logrotate

To avoid issues like:

/etc/cron.daily/logrotate:
gzip: stdin: file size changed while zipping

This change is harmless and will prevent errors like this one
This commit is contained in:
Victor Garcia 2014-07-16 12:10:24 -07:00 committed by Jordan Sissel
parent 384dffd2d8
commit 52a374af18

View file

@ -3,6 +3,7 @@
rotate 7
copytruncate
compress
delaycompress
missingok
notifempty
}