From 6db9a78dab665daf778e59d3a97ee5537461f3b4 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 26 Jun 2017 12:17:49 -0400 Subject: [PATCH] add compressing options to the sample logrotate config --- misc/logrotate.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/logrotate.conf.in b/misc/logrotate.conf.in index 664b206c3..7c3810f02 100644 --- a/misc/logrotate.conf.in +++ b/misc/logrotate.conf.in @@ -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