正文centos 7.x systemctl 几个常用的操作IP云V管理员/2022-12-02/2 阅读 12/02提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 # 开机启动 systemctl enable nginx # 禁止开机启动 systemctl disable nginx # 开启服务 systemctl start nginx # 停止服务 systemctl stop nginx # 重启服务 systemctl restart nginx