#!/bin/sh CRONTAB=${CRONTAB:-"0 12 * * *"} echo "${CRONTAB} /app/backup.sh" > /etc/crontabs/root echo "Starting cron" crond -f -d 7