您好,
1、如果您的操作系统是 Debian11+系列的,可以使用下面命令移除 nginx/MySQL 的开机启动2、
验证 Nginx 是不是关闭了开机启动
- systemctl is-enabled nginx
复制代码
如果返回信息是 disabled,则说明已经取消了开机启动
MySQL的可以将 nginx 换成 mysqld 进行操作
2、如果您的操作系统是 CentOS 系列,可以使用下面命令
验证 Nginx 是否关闭了开机启动
- systemctl is-enabled nginx
复制代码
返回 disabled则说明取消了开机启动
|