标签:sleep .sh 方式 crontab 定时任务 cront 通过 data 执行
* * * * * /data/crontab.sh * * * * * sleep 10; /data/crontab.sh * * * * * sleep 20; /data/crontab.sh * * * * * sleep 30; /data/crontab.sh * * * * * sleep 40; /data/crontab.sh * * * * * sleep 50; /data/crontab.sh
通过以上方式实现定时任务没10秒执行一次脚本。
标签:sleep .sh 方式 crontab 定时任务 cront 通过 data 执行
原文地址:https://www.cnblogs.com/a120608yby/p/9882899.html