From: Michael Tremer Date: Fri, 12 Jan 2024 14:16:57 +0000 (+0000) Subject: crontab: Ensure that we are only running blog announcements once X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8554120d4aae552cc68846bf4db1367313361c7;p=ipfire.org.git crontab: Ensure that we are only running blog announcements once Signed-off-by: Michael Tremer --- 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