零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

Linux系统中加入自定义Shell为系统服务

2013-4-7 10:48| 发布者: 123456000000| 查看: 14| 评论: 0

摘要: 1. # cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd 2. # vi /etc/init.d/httpd 3. 在第二行加入(必须,否则无法加入) # chkconfig: 2345 85 15 # description: httpd is web server(此处为描述)。 说明: ...
 

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


路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:50 , Processed in 0.042707 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部