Systemctl几个操作服务命令
2021-08-07 10:23 猎手家园 阅读(297) 评论(0) 编辑 收藏 举报启动服务:systemctl start xxx.service 关闭服务:systemctl stop xxx.service 重启服务:systemctl restart xxx.service 显示服务的状态:systemctl status xxx.service 在开机时启用服务:systemctl enable xxx.service 在开机时禁用服务:systemctl disable xxx.service 查看服务是否开机启动:systemctl is-enabled xxx.service 查看已启动的服务列表:systemctl list-unit-files|grep enabled 查看启动失败服务列表:systemctl --failed
欢迎关注我的公众号:云栖语,不一样的研发视界。
云栖语微信公众号:change-1978