mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
fix: 修复 supervisor crontab 运行状态错误
This commit is contained in:
parent
548b30e5b3
commit
5a8996d90a
@ -1,6 +1,6 @@
|
|||||||
[program:crontab]
|
[program:crontab]
|
||||||
directory=/var/www/docker/crontab
|
directory=/var/www/docker/crontab
|
||||||
command=/etc/init.d/cron start
|
command=/usr/sbin/cron -f
|
||||||
numprocs=1
|
numprocs=1
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=false
|
autorestart=false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user