nssm icon indicating copy to clipboard operation
nssm copied to clipboard

NSSM not working in github actions

Open boddumanohar opened this issue 5 years ago • 0 comments

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.

boddumanohar avatar Sep 25 '20 05:09 boddumanohar