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