1. 程式人生 > >curl定時任務及crontab啟動關閉重啟

curl定時任務及crontab啟動關閉重啟

res reload usr tom nta star round rest add

crontab -e

*/1 * * * * /usr/bin/curl 訪問地址

wq

/sbin/service crond start //啟動服務

/sbin/service crond stop //關閉服務

/sbin/service crond restart //重啟服務

/sbin/service crond reload //重新載入配置

curl定時任務及crontab啟動關閉重啟