增加mysqld 的停止处理

This commit is contained in:
shijianquan 2025-07-04 15:58:30 +08:00
parent 5968ad35f9
commit e6da5da2ed

View File

@ -47,6 +47,8 @@ fi
systemctl stop mariadb.service systemctl stop mariadb.service
systemctl disable mariadb.service systemctl disable mariadb.service
systemctl stop mysqld.service
systemctl disable mysqld.service
systemctl stop influxdb systemctl stop influxdb
systemctl disable influxdb systemctl disable influxdb
systemctl stop ${NGINX_SERVICE_NAME} systemctl stop ${NGINX_SERVICE_NAME}