0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-03 00:44:33 +02:00

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

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.