Lower logrotate cron interval from 3 to 2 minutes.

This commit is contained in:
Wouter R 2016-03-29 14:34:58 +02:00
parent 35bbac596b
commit ad048349b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.