Skip to content

systemctl

管理系统服务的工具

  • systemctl start service 启动服务
  • systemctl stop service 停止服务
  • systemctl restart service 重启服务
  • systemctl status service 查看服务状态
  • systemctl enable service 设置服务开机自启
  • systemctl disable service 取消服务开机自启