From d053286abae28ebef3802169943debfbd1f32632 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 23 Jun 2025 10:07:42 +0000 Subject: [PATCH] cron: Kill the mirror check if not done without 10 minutes Signed-off-by: Michael Tremer --- src/crontab/ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3