diff --git a/rootfs/app/entrypoint.sh b/rootfs/app/entrypoint.sh index 2815f6c..8eaab10 100755 --- a/rootfs/app/entrypoint.sh +++ b/rootfs/app/entrypoint.sh @@ -4,4 +4,5 @@ CRONTAB=${CRONTAB:-"0 12 * * *"} echo "${CRONTAB} /app/backup.sh" > /etc/crontabs/root -crond -f +echo "Starting cron" +crond -f -d 7