Linux系统中加入自定义Shell为系统服务
1. [root@localhost ~]# cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd 2. [root@localhost ~]# vi /etc/init.d/httpd 3. 在第二行加入(,否则无法加入) # chkconfig: 2345 85 15 # description: httpd is web server(此处为描述). 说明:2345表示在2345这四种启动级别里面加载这个服务,85表示启动(开机时)顺序号,15表示关闭(关机时)顺序号. 4. [root@localhost ~]# chkconfig -add httpd 5. [root@localhost ~]# chkconfig ——level 35 httpd on 拥有帝国一切,皆有可能。欢迎访问phome.net |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |