
289,043
Downloads
7,457
Downloads of v 2.24.101
12/25/2017
Last update
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.
nssm logs its progress to the system Event Log so you can get some idea of why an application isn't behaving as it should.
Features
- GUI and CLI interface
- Configurable action when application exits: restart, ignore, exit, suicide
- Manage native services
- Rotate output files from the monitored application
- Set the monitored application's priority class and CPU affinity
- UAC aware
- Unicode support
- Works under Windows 2000 or later. Specifically, Windows 7, Windows 8 and Windows 10 are supported, x32 and x64 bit versions.
To install NSSM - the Non-Sucking Service Manager, run the following command from the command line or from PowerShell:
C:\> choco install nssm
--version 2.24.101
To upgrade NSSM - the Non-Sucking Service Manager, run the following command from the command line or from PowerShell:
C:\> choco upgrade nssm
--version 2.24.101
Files
Hide- legal\License.txt
Show
Licence ------- NSSM is public domain. You may unconditionally use it and/or its source code for any purpose you wish.
- legal\VERIFICATION.txt
Show
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. Package is downloaded from https://www.nssm.cc/download and can be verified like this: 1. Go to x32: https://www.nssm.cc/ci/nssm-2.24-101-g897c7ad.zip to download the installer. 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' checksum32: 99F5045FFFBFFB745D67FE3A065A953C4A3D9C253B868892D9B685B0EE7D07B8 File 'License.txt' is obtained from: https://git.nssm.cc/?p=nssm.git;a=blob;f=README.txt;h=12db7e88a4cd83edb7023b2b92e7d3d5eabf1175;hb=HEAD#l882
- tools\chocolateyBeforeModify.ps1
Show
# If some nssm service is up and running, kill it so that exe can be updated ps nssm.exe -ea 0 | kill -Force
- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsDir = Split-Path $MyInvocation.MyCommand.Definition if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') { Write-Host "Installing 64 bit version"; $rm = 'win32' } else { Write-Host "Installing 32 bit version"; $rm = 'win64'} $packageArgs = @{ PackageName = 'nssm' FileFullPath = gi $toolsDir\*.zip Destination = $toolsDir } ls $toolsDir\* | ? { $_.PSISContainer } | rm -Recurse -Force #remove older package dirs Get-ChocolateyUnzip @packageArgs rm -Recurse -Force $toolsDir\*.zip, $toolsDir\nssm-*\$rm -ea 0
- tools\nssm-2.24-101-g897c7ad.zip
Show
md5: 63175D3830B8A5CFD254353C4F561E5C | sha1: CA2F6782A05AF85FACF9B620E047B01271EDD11D | sha256: 99F5045FFFBFFB745D67FE3A065A953C4A3D9C253B868892D9B685B0EE7D07B8 | sha512: F25FCC7B37D64AA3BB44336182A343250BF7FE7DF1D22795BC742AE1CCE574D9BBBB22AFE2BA4352DF40676E54F8442AE2DC1516C58A7B42C6E5C464804CD342
Virus Scan Results
- nssm-2.24-101-g897c7ad.zip (99f5045fffbf) - ## / 60 - Log in or click on link to see number of positives
- nssm.exe (682f1025b4c4) - ## / 68 - Log in or click on link to see number of positives
- nssm.exe (eee9c44c29c2) - ## / 67 - Log in or click on link to see number of positives
- NSSM.2.24.101.nupkg (7ee3217e8633) - ## / 62 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© Iain Patterson
Tags
Release Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
NSSM - the Non-Sucking Service Manager 2.24.101.20180116 | 107703 | Tuesday, January 16, 2018 | approved |
NSSM - the Non-Sucking Service Manager 2.24.101 | 7457 | Monday, December 25, 2017 | approved |
NSSM - the Non-Sucking Service Manager 2.24.101-g897c7ad | 1809 | Monday, June 19, 2017 | approved |
NSSM - the Non-Sucking Service Manager 2.24.0.20170619 | 58372 | Monday, June 19, 2017 | approved |
NSSM - the Non-Sucking Service Manager 2.24.0.20161223 | 40934 | Friday, December 23, 2016 | approved |
NSSM - the Non-Sucking Service Manager 2.24.0.20161221 | 881 | Thursday, December 22, 2016 | approved |
NSSM - the Non-Sucking Service Manager 2.24.0 | 64601 | Sunday, September 14, 2014 | approved |
NSSM - the Non-Sucking Service Manager 2.21.1.0 | 5011 | Thursday, December 12, 2013 | |
NSSM - the Non-Sucking Service Manager 2.16.0 | 2275 | Monday, September 23, 2013 |
Discussion for the NSSM - the Non-Sucking Service Manager Package
Ground rules:
- This discussion is only about NSSM - the Non-Sucking Service Manager and the NSSM - the Non-Sucking Service Manager package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or NSSM - the Non-Sucking Service Manager, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.