diff --git a/docker/crontab/crontab.conf b/docker/crontab/crontab.conf index b67947735..3b698d4d7 100644 --- a/docker/crontab/crontab.conf +++ b/docker/crontab/crontab.conf @@ -1,6 +1,6 @@ [program:crontab] directory=/var/www/docker/crontab -command=/etc/init.d/cron start +command=/usr/sbin/cron -f numprocs=1 autostart=true autorestart=false