centos6 centos7 配置开机启动服务

Posted mingzhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6 centos7 配置开机启动服务相关的知识,希望对你有一定的参考价值。

 centos 6 :使用chkconfig命令即可。

我们以apache服务为例:

#chkconfig --add apache 添加nginx服务

#chkconfig apache on 开机自启nginx服务

#chkconfig apache off 关闭开机自启

#chkconfig --list | grep apache 查看

centos 7 :使用systemctl中的enable、disable 即可。
示例:

#systemctl enable apache.service 开机自启apache服务

#systemctl disable apache.service 关闭开机自启

 

以上是关于centos6 centos7 配置开机启动服务的主要内容,如果未能解决你的问题,请参考以下文章

centos7.x开机启动流程centos6.x开机启动流程

CentOS6和CentOS7服务开机启动

装了windows和centos6如何设置开机启动windows

CentOS7添加开机启动服务/脚本(延用CentOS6方法)

centos 7 上配置mysql 开机启动详解

centos 7 上配置mysql 开机启动详解