From f8554120d4aae552cc68846bf4db1367313361c7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 12 Jan 2024 14:16:57 +0000 Subject: [PATCH] crontab: Ensure that we are only running blog announcements once 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 a5cb7c29..e44d1394 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -13,7 +13,7 @@ SHELL=/bin/bash */5 * * * * nobody ipfire.org --logging=error run-campaigns # Announce blog posts -*/5 * * * * nobody ipfire.org announce-blog-posts +*/5 * * * * nobody flock /tmp/.ipfire.org.announce-blog-posts ipfire.org announce-blog-posts # Cleanup once an hour 30 * * * * nobody ipfire.org cleanup -- 2.47.3