1.vi /etc/rc.d/rc.local
添加要启动的命令
如:
service php-fpm start //这样,开机就自动启动了php扩展
2.
crontab -e //是写定时任务的。