This commit is contained in:
2025-06-10 18:40:09 -05:00
parent 6e31d8dd61
commit c402260122
2 changed files with 5 additions and 1 deletions

View File

@@ -73,7 +73,11 @@ SINGLE_SERVER_SERVICE_CHECK(){
fi
[ "${1^^}" == "WEB" ] && [ "$(systemctl is-active nginx)" != "active" ] && ${NM_SCRIPT} service web restart ${RUN_NODE_IP}
elif [ "${2^^}" == "START" ] && [ -f ${NM_TMPFOLDER}/.skip ]; then
systemctl stop keepalived >/dev/null 2>&1
fi
}
SERVICE_MGMT(){