摘要: systemctl命令 # 开机运行服务: systemctl enable *.service # 取消开机运行 systemctl disable *.service # 启动服务 systemctl start *.service # 停止服务 systemctl stop *.service 阅读全文
posted @ 2021-03-26 13:50 Hexrui 阅读(75) 评论(0) 推荐(0) 编辑
返回顶部