moved logrotate from cron.daily to cron.hourly for vpcrouter in cloud-early-config

This commit is contained in:
David Mabry 2017-02-20 09:06:46 -06:00
parent 74036d01c0
commit 450deed847
1 changed files with 4 additions and 0 deletions

View File

@ -1058,6 +1058,10 @@ EOF
echo 0 > /var/cache/cloud/dnsmasq_managed_lease
fi
load_modules
#setup hourly logrotate
mv -n /etc/cron.daily/logrotate /etc/cron.hourly 2>&1
}