From 5a8996d90af116484c2e8524adc27a103cac96f2 Mon Sep 17 00:00:00 2001 From: puzzle Date: Thu, 14 Aug 2025 03:08:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20supervisor=20cronta?= =?UTF-8?q?b=20=E8=BF=90=E8=A1=8C=E7=8A=B6=E6=80=81=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/crontab/crontab.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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