From 5ce26ac4df10e90f58c931c69aced6a2fd39a15b Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 8 Jan 2016 09:59:03 -0500 Subject: [PATCH] Change logrotate defaults to daily/rotate 7, which works better with logcheck --- distros/ubuntu1504_cmake/zoneminder.logrotate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distros/ubuntu1504_cmake/zoneminder.logrotate b/distros/ubuntu1504_cmake/zoneminder.logrotate index ac7ce0795..18fc6b0a0 100644 --- a/distros/ubuntu1504_cmake/zoneminder.logrotate +++ b/distros/ubuntu1504_cmake/zoneminder.logrotate @@ -1,10 +1,10 @@ -/var/log/zm/*log { +/var/log/zm/*.log { missingok notifempty sharedscripts postrotate /usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || : endscript - weekly - rotate 3 + daily + rotate 7 }