From f496b0c8788b0d75d92eec94a684c11a0a9e9f38 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 13 Mar 2019 01:40:09 +0000 Subject: [PATCH] etc/cron/nb --- etc/cron/nb | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/cron/nb b/etc/cron/nb index eadaa73d..af6afcba 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -8,6 +8,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ##################################################################### # m h dom mon dow user command # +@reboot root . /etc/profile && nb-update >/var/log/nb.log 2>&1 | true */15 09-23 * * * root . /etc/profile && nb-update >/var/log/nb.log 2>&1 | true 0 00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb.log 2>&1 | true 0 01-08 * * * root . /etc/profile && nb-update >/var/log/nb.log 2>&1 | true -- 2.47.3