码迷,mamicode.com
首页 > 其他好文 > 详细

centos6 centos7 配置开机启动服务

时间:2019-11-11 09:19:58      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:启动   lis   centos6   配置   kconfig   nginx   apache服务   off   conf   

 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 配置开机启动服务

标签:启动   lis   centos6   配置   kconfig   nginx   apache服务   off   conf   

原文地址:https://www.cnblogs.com/mingzhang/p/11832854.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!