当前位置:   article > 正文

systemctl管理服务启动,重启,停止,设置服务开机启动、不启动等_systemctl enable 开机启动关闭

systemctl enable 开机启动关闭

一、systemctl 管理服务的启动、重启、停止、重载、查看状态等常用命令

system V init 命令(RHEL6系统)systemctl(RHEL7系统)作用
service foo startsystemctl start foo.service启动服务
service foo restartsystemctl restart foo.service重启服务
service foo stopsystemctl stop foo.service停止服务
service foo reloadsystemctl reload foo.service重启加载配置文件(不终止服务)
service foo statussystemctl status foo.service查看服务状态

二、systemctl设置服务开机启动、不启动、查看各级别下服务启动状态等常用命令

system V init 命令(RHEL6系统)systemctl(RHEL7系统)作用
chkconfig foo onsystemctl enable foo.service开机自动启动
chkconfig foo offsystemctl disable foo.service开机不自动启动
chkconfig foosystemctl is-enabled  foo.service查看特定服务是否为开机自动启动
chkconfig --listsystemctl list-unit-files --type=service查看各个级别服务的启动与禁用情况
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/爱喝兽奶帝天荒/article/detail/945185
推荐阅读
  

闽ICP备14008679号