From 0ae695d9f472d88af9e3d3c9787597d637b76b4a Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 17 Dec 2023 12:08:40 +0100 Subject: [PATCH] nb-update every 30mn --- etc/cron/nb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/cron/nb b/etc/cron/nb index 4308f45d..4441e283 100644 --- a/etc/cron/nb +++ b/etc/cron/nb @@ -9,9 +9,9 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command # @reboot root . /etc/profile && sleep 30 && nb-update >/var/log/nb-update.log 2>&1 | true -*/15 09-23 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true -0 00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb-update.log 2>&1 | true -0 01-08 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true +*/30 09-23 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true +13 00 * * * root . /etc/profile && nb-update -cleanup >/var/log/nb-update.log 2>&1 | true +13 01-08 * * * root . /etc/profile && nb-update >/var/log/nb-update.log 2>&1 | true # NB 08.03.19 25 5 * * * root which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.daily # NB 08.03.19 47 4 * * 7 root which run-parts &> /dev/null && . /etc/profile && nb-repos-run-parts etc/cron.weekly -- 2.47.3