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设置服务的开机启动的主要内容,如果未能解决你的问题,请参考以下文章