输入命令: crontab -e
添加定时命令
每隔一分钟执行一次php
//复制一下命令即可。
*/1 * * * * /usr/bin/curl -o /home/logs/temp.log http:// 这里填写php地址