标签:
pache 作为linux启动就运行服务程序
chkconfig httpd on
#chkconfig: 2345 10 90
#description: Activates/Deactivates Apache Web Server加上上面这两行就可以,#必须有
其中:2345是设为要启动的运行级别,10是启动优先级,90是杀死进程的优先级,谁优先谁先挂的意思。
本文转自http://blog.sina.com.cn/s/blog_5d15305b0101ceft.html
service httpd does not support chkconfig
标签:
原文地址:http://www.cnblogs.com/chenqionghe/p/4297723.html