Check status

This commit is contained in:
2025-01-22 11:10:52 +01:00
parent 84ed566c55
commit f3606631a0

View File

@@ -67,8 +67,11 @@ if %errorlevel% NEQ 0 (
echo Check output above.
)
echo Display service state
echo Check %SERVICENAME% status
echo Display service status
echo NSSM dump:
%NSSMEXE% dump %SERVICENAME%
echo Wait 5 seconds, check service status
ping 127.0.0.1 -n 5 >nul 2>&1
%NSSMEXE% status %SERVICENAME%
goto end