From: Nicolas Boisselier Date: Tue, 13 Oct 2020 12:06:01 +0000 (+0200) Subject: etc/cron/nb X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=a26c5534e6244f02770c77e5f0e6bda37e9b1749;p=nb.git etc/cron/nb --- diff --git a/etc/cron/nb b/etc/cron/nb index af6afcba..293ac2d3 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -8,7 +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 +@reboot root . /etc/profile && sleep 30 && 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