crontab -e
*/5 * * * * /usr/bin/curl -o temp.txt https://www.a.com/api
service crond restart
// 或者
/bin/systemctl restart crond.service
定时器命令
阅读 200
2023-01-12
crontab -e
*/5 * * * * /usr/bin/curl -o temp.txt https://www.a.com/api
service crond restart
// 或者
/bin/systemctl restart crond.service
相关推荐
精彩评论(0)