1. 把启动命令放到/etc/rc.local中,
编辑:/etc/rc.local文件
如下:可以添加直接服务启动,也可以添加SHELL脚本
- bash /etc/init.d/webstart start
-
bash /etc/init.d/redis
推荐所PHP,NGINX,MYSQL等写到一个脚本里面,执行启动脚本即可。
2. chkconfig命令
[root@localhost ~]# chkconfig --list 显示开机可以自动启动的服务
[root@localhost ~]# chkconfig --add *** 添加开机自动启动***服务
[root@localhost ~]# chkconfig --del *** 删除开机自动启动***服务
crontab计划任务资料:
阅读(1272) | 评论(0) | 转发(0) |