From b0369dd38a2df12c05d65f1121482f79f96cf9f1 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 23 Dec 2022 11:24:01 +0100 Subject: [PATCH] start cron --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 6313b30..0f820a9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,6 +34,8 @@ if [ "$(id -u)" = 0 ]; then fi chmod +x /etc/cron.hourly/* + cron & + # run cron tasks on startup /etc/cron.hourly/dwd || true