add compressing options to the sample logrotate config

This commit is contained in:
Isaac Connor 2017-06-26 12:17:49 -04:00
parent d97d156efb
commit 6db9a78dab
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
@ZM_LOGDIR@/*.log {
missingok
notifempty
delaycompress
compress
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true