From: Michael Tremer Date: Mon, 23 Jun 2025 10:07:42 +0000 (+0000) Subject: cron: Kill the mirror check if not done without 10 minutes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d053286abae28ebef3802169943debfbd1f32632;p=ipfire.org.git cron: Kill the mirror check if not done without 10 minutes Signed-off-by: Michael Tremer --- diff --git a/src/crontab/ipfire b/src/crontab/ipfire index f79621af..7fb9da61 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -16,7 +16,7 @@ SHELL=/bin/bash 30 * * * * nobody ipfire.org --logging=error cleanup # Check mirrors once every 30 min -*/30 * * * * nobody flock --nonblock --conflict-exit-code 0 /tmp/.ipfire.org.check-mirrors ipfire.org --logging=error check-mirrors +*/30 * * * * nobody timeout 600 ipfire.org --logging=error check-mirrors # Toot once a day 0 8 * * * nobody sleep ${RANDOM} && ipfire.org --logging=error toot