From f647f8a0d8c5fa676e717538ebd1d7e7bad037d2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 18 Nov 2014 00:28:11 +0100 Subject: [PATCH] cron --- etc/cron/nb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/cron/nb b/etc/cron/nb index 74077dcd..13559fe6 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -8,4 +8,5 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/nb/bin ##################################################################### # m h dom mon dow user command # -*/15 * * * * root nb-update 1>/dev/null +*/15 9-00 * * * root nb-update 1>/dev/null +*/60 00-09 * * * root nb-update 1>/dev/null -- 2.47.3