2012年(366)
分类: 网络与安全
2012-02-27 15:35:07
编辑:/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 *** 删除开机自动启动***服务