From a1432ea93690c54a7b12afc46350d769760276e8 Mon Sep 17 00:00:00 2001 From: Myve Date: Wed, 14 Aug 2024 18:14:37 +0000 Subject: [PATCH] modified: build/run/docker-entrypoint/init.d/50-cron.sh --- build/run/docker-entrypoint/init.d/50-cron.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/run/docker-entrypoint/init.d/50-cron.sh b/build/run/docker-entrypoint/init.d/50-cron.sh index 50ea527..c3fcb32 100755 --- a/build/run/docker-entrypoint/init.d/50-cron.sh +++ b/build/run/docker-entrypoint/init.d/50-cron.sh @@ -7,18 +7,21 @@ atd while true do at -f /usr/share/webapps/roundcube/bin/cleandb.sh midnight + sleep 1d done & # Update Postscreen Whitelists (daily) while true do at -f /usr/local/bin/postwhite/postwhite midnight + sleep 1d done & # Update Yahoo! IPs for Postscreen Whitelists (weekly) while true do at -f /usr/local/bin/postwhite/scrape_yahoo midnight sunday + sleep 7d done & # # Refresh ssl keys daily