Linux使用技巧 - guogeWS/tools GitHub Wiki

  1. ubuntu下开启/关闭服务
    systemctl start 服务名称
    systemctl stop 服务名称
    systemctl disable 服务名称