NSSM - the Non-Sucking Service Manager for Windows.
Questions tagged [nssm]
4 questions
1
vote
1 answer
Windows Service: specifying a custom stop command
We have a custom application that messes with a LOT of 3rd party resources. When terminating, we need to gracefully "give up the lease" so to speak.
The app itself is written in .NET Core (and targets true multiplatform run-ability). We use…

Paul S.
- 13
- 2
1
vote
1 answer
Why does nssm.exe cause high WmiPrvSE.exe CPU usage?
I am running a java application as a service using nssm.exe.
On Windows 10 and Windows Server 2016 I get very high WMI Provider Host CPU usage when using nssm. Without it, I do not see that.
How can I make it so nssm.exe doesn't make WMI Provider…

Nicholas DiPiazza
- 197
- 1
- 1
- 11
1
vote
0 answers
Automatically quit .NET app on "unhandled exception has occurred"
I have the misfortune of being forced to run an application I didn't write as a service. The app was not designed to be run as a service so I am using NSSM. Everything is working very well except for the fact that it sometimes pops up a window…

Bruno Bronosky
- 4,529
- 3
- 26
- 34
0
votes
0 answers
Error starting service NSSM CakePHP
I'm trying to start the service installed with NSSM. The error occurs when performing the process on the Skymail server.
The executable that is turned into a service is a .bat file that executes CakePHP code, the code of the .bat file is as…

João Mário
- 1
- 1