From 8e0a945fffaa7174fa653818c49f994db79f1d62 Mon Sep 17 00:00:00 2001 From: werkstatt Date: Fri, 7 Aug 2026 11:11:54 +0200 Subject: [PATCH] =?UTF-8?q?wartung/curator-cron-7days:=20Cron-Job=20auf=20?= =?UTF-8?q?t=C3=A4gliche=20Pr=C3=BCfung=20(0=203=20*=20*=20*)=20ge=C3=A4nd?= =?UTF-8?q?ert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/cron/curator-idle-watchdog | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deploy/cron/curator-idle-watchdog diff --git a/deploy/cron/curator-idle-watchdog b/deploy/cron/curator-idle-watchdog new file mode 100644 index 0000000..27ba6dc --- /dev/null +++ b/deploy/cron/curator-idle-watchdog @@ -0,0 +1,2 @@ +# curator-idle-watchdog: Prüft täglich, ob Curator >= 14 Tage idle ist (entspricht max. 2× Curator-Interval von 7d) +0 3 * * * ~/.hermes/scripts/curator-idle-watchdog.sh >> /home/hitonabi/.hermes/logs/curator/idle-watchdog-cron.log 2>&1