NSSM 2.24.0
nssm is a service helper which doesn't suck. srvany and other service helper programs suck because they don't handle failure of the application running as a service. If you use such a program you may see a service listed as started when in fact the application has died. nssm monitors the running service and will restart it if it dies. With nssm you know that if a service says it's running, it really is. Alternatively, if your application is well-behaved you can configure nssm to absolve all responsibility for restarting it and let Windows take care of recovery actions.
Install-Package NSSM -Version 2.24.0
dotnet add package NSSM --version 2.24.0
<PackageReference Include="NSSM" Version="2.24.0" />
paket add NSSM --version 2.24.0
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NSSM:
Package | Downloads |
---|---|
IDotNet.Nssm
Nssm shutdown event
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.24.0 | 8,037 | 6/15/2015 |