apache加入chkconfig

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache加入chkconfig相关的知识,希望对你有一定的参考价值。

#First Step:
cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd

#Second Step:
vim /etc/init.d/httpd
在第一行#!/bin/sh下增加两行文字
# chkconfig: 35 70 30
# description: Apache

#Third Step:
保存退出
chkconfig --level 35 httpd on

  

以上是关于apache加入chkconfig的主要内容,如果未能解决你的问题,请参考以下文章

Linux下注册Apache与MySQL为系统服务

如何将一个服务加入chkconfig进行管理?

无法使用 chkconfig 添加 Apache 以在启动时启动(opensuse 13.1)

Shell脚本安装成服务加入系统启动-service XX does not support chkconfig

chkconfig用法 LINUX

vscode 用户代码片段 vue初始化模板 Snippet #新加入开头注释 自动生成文件名 开发日期时间等内容