From e456ff0b30c43c867bdd1a129d9082cef62dc54b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Nov 2024 16:52:13 +0000 Subject: [PATCH] cron: Schedule the Christmas campaign Signed-off-by: Michael Tremer --- src/crontab/ipfire | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/crontab/ipfire b/src/crontab/ipfire index e93d81da..e1366ccf 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -23,3 +23,8 @@ SHELL=/bin/bash # Toot once a day 0 8 * * * nobody sleep ${RANDOM} && ipfire.org --logging=error toot + +# Christmas Campaign +0 16 6 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-1 +0 15 17 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-2 +0 17 24 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-3 -- 2.47.3