nssm
nssm copied to clipboard
NSSM not working in github actions
I am tried to run a sample service in github actions with the run-on as windows-latest. When I tried to create a service I get this error:
Run .\hack\start-csi-proxy.ps1
using the .exe .\nssm-2.24\win64\nssm.exe
Service "csi-proxy" installed successfully!
csi-proxy: Unexpected status SERVICE_STOPPED in response to START control.
But when I try to run this script on my local windows machine it worked fine.