diff options
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci-addons/dist/etc/crontabs/root | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci-addons/dist/etc/crontabs/root b/contrib/package/luci-addons/dist/etc/crontabs/root index 6e2e417dc..1169c5c6d 100644 --- a/contrib/package/luci-addons/dist/etc/crontabs/root +++ b/contrib/package/luci-addons/dist/etc/crontabs/root @@ -1,3 +1,3 @@ -0-59/1 * * * * /usr/bin/run-parts /etc/cron.minutely -0 * * * * /usr/bin/run-parts /etc/cron.hourly -0 0 * * * /usr/bin/run-parts /etc/cron.daily +* * * * * /usr/bin/run-parts /etc/cron.minutely +17 * * * * /usr/bin/run-parts /etc/cron.hourly +25 6 * * * /usr/bin/run-parts /etc/cron.daily |