CentOS 7设置服务的开机启动

Posted 疯狂的鱼摆摆

tags:

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

Centos 7下我们常常使用systemctl命令对服务进行管理,systemctl命令的使用方法如下:

systemctl   选项     服务.service

而最常用的选项有如下6个

start(启动)     stop(关闭)     resstart(重启)              //立即生效

enable    disable    is-enable                                 //针对下次开机的时候动作

systemctl enable   firewalld.service)    #设置防火墙开机自动启动

systemctl disable  firewalld.service)    #取消防火墙开机自动启动 

systemctl   is-enabled   服务.service          //查询是否允许开机启动

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

CentOS 7.x设置自定义开机启动,添加自定义系统服务

CentOS 7.x自定义开机启动设置

CentOS 7.x设置自定义开机启动,添加自定义系统服务

CentOS 7 添加开机启动项

Centos 7关于rc.local脚本命令开机不执行及指定用户启动的解决方法

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