From ad048349b3a960743a5fb949410d420fb1f3953c Mon Sep 17 00:00:00 2001 From: Wouter R Date: Tue, 29 Mar 2016 14:34:58 +0200 Subject: [PATCH] Lower logrotate cron interval from 3 to 2 minutes. --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index 62d43bb..2f4282f 100644 --- a/post-install.sh +++ b/post-install.sh @@ -80,7 +80,7 @@ echo "/root/sketches" >> $IPKG_INSTROOT/etc/sysupgrade.conf ### Finally make sure basic configuration is set correctly -LOGROTATE_CRON_LINE="*/3 * * * * /usr/sbin/logrotate /etc/logrotate.conf" +LOGROTATE_CRON_LINE="*/2 * * * * /usr/sbin/logrotate /etc/logrotate.conf" if [ -z "$IPKG_INSTROOT" ]; then # No installation root, we are being installed on a live box so run uci commands directly.