centos7 chkconfig 失效 不起作用 开机启动

CentOS7操作系统中,已经抛弃service和chkconfig命令了,虽然有些服务如network还是可以操作,但是官网建议使用systemctl代替service和chkconfig。

系统服务管理:

systemctl start|stop|restart|reload|status 服务名称

开机启动项管理:

开机启动:

# systemctl enable 服务名称

开机不启动:

# systemctl disable 服务名称

转载请注明出处:

转载自http://lxfamn.cn/blog

未经允许不得转载:lxfamn » centos7 chkconfig 失效 不起作用 开机启动

赞 (0) 打赏

置顶推荐

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏