The Non Sucked Service

The Non Sucked Service




🛑 ALL INFORMATION CLICK HERE 👈🏻👈🏻👈🏻

































The Non Sucked Service
⚫︎ Command line interface NSSM - The Non-Sucking Service Manager either have CLI support or is a CLI-only app.
 all • positive • negative     relevance • date
NSSM - The Non-Sucking Service Manager was added to AlternativeTo by CyberInferno on and this page was last updated . NSSM - The Non-Sucking Service Manager is sometimes referred to as NSSM , Non-Sucking Service Manager .
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.
Last release is from 2014, and last pre-release is from 2017, but it can still be downloaded from the official website.
NSSM doesn't have a GUI, it's command-line only but very easy to use. The only allows you to install any executable as a Windows service and to start/stop/configure/remove any Windows service (even those not installed by NSSM). Everything else is left up to the Windows Service manager. Simple but sufficient.
Little file;
Easy to use;
One command in the admin prompt using the command line guide from the website and everything works great.
You just need to store this one file on a place because it will be "in use" when the PC starts.
It ran an app as a service that some other programs could not without any extra configuration, has a simple nice GUI, does not need to be installed. Was the thing I was looking for!
Our users have written 0 comments and reviews about NSSM - The Non-Sucking Service Manager, and it has gotten 20 likes
AlternativeTo is a free service that helps you find better alternatives to the products you love and hate.
The site is made by Ola and Markus in Sweden, with a lot of help from our friends and colleagues in Italy, Finland, USA, Colombia, Philippines, France and contributors from all over the world. That's right, all the lists of alternatives are crowd-sourced, and that's what makes the data powerful and relevant.
Feel free to send us your questions and feedback at hello@alternativeto.net , in our forums or on social media.
Follow us on Facebook , Twitter or Instagram or chat with us on Discord . This is build Docker_20220901.2 .



Community Resources
Chocolatey on GitHub
Community Chat
Blog



Step 2: Choose Your Integration Method


Generic


Individual




Ansible










PS DSC










Delete and Add New Version
Cancel



Software Specific:
Software Site
Software Source
Software License
Software Docs
Package Specific:
Package Source
Package outdated?
Package broken?
Contact Maintainers
Contact Site Admins
Software Vendor?
Report Abuse

Download




Upload Updated Package
Cancel



Add to Script Builder

Learn More




Open Source or Commercial:

Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/ . Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
You can also just download the package and push it to a repository Download





Licence
-------
NSSM is public domain. You may unconditionally use it and/or its source code
for any purpose you wish.


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




# If some nssm service is up and running, kill it so that exe can be updated
Get-Process nssm.exe -ea 0 | Stop-Process -Force


$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $is64 = $true
} else { Write-Host "Installing 32 bit version"}

$packageArgs = @{
PackageName = 'nssm'
FileFullPath = Get-Item $toolsDir\*.zip
Destination = $toolsDir
}
Get-ChildItem $toolsDir\* | Where-Object { $_.PSISContainer } | Remove-Item -Recurse -Force #remove older package dirs
Get-ChocolateyUnzip @packageArgs

$source = if ($is64) { 'win64' } else { 'win32' }
Copy-Item $toolsDir\nssm-*\$source\nssm.exe $toolsDir
Remove-Item -Force $toolsDir\nssm*.zip -ea 0
Remove-Item -Recurse $toolsDir\nssm-*



md5: 63175D3830B8A5CFD254353C4F561E5C | sha1: CA2F6782A05AF85FACF9B620E047B01271EDD11D | sha256: 99F5045FFFBFFB745D67FE3A065A953C4A3D9C253B868892D9B685B0EE7D07B8 | sha512: F25FCC7B37D64AA3BB44336182A343250BF7FE7DF1D22795BC742AE1CCE574D9BBBB22AFE2BA4352DF40676E54F8442AE2DC1516C58A7B42C6E5C464804CD342


Overview

Getting Started Guide
Security
Privacy Policy
Partner
Terms of Use



Product

C4B Trial
Pricing
Support
Community Packages


Watch videos, read documentation, and hear Chocolatey success stories from companies you trust.
Find past and upcoming webinars, workshops, and conferences. New events have recently been added!
Step-by-step guides for all things Chocolatey! Earn badges as you learn through interactive digital courses.
Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.
Webinar Replay from Thursday, 02 September 2021

We've been hard at work simplifying the setup of Chocolatey for Business (C4B) for our users. Whether you'd like to "Bring Your Own VM", or spin up a Cloud-ready solution, we've got you covered!

Event from December 1 - December 16 2020

The 12 Days of Chocolatey livestream event may be over, but we've archived all the videos for you to watch again!

Chocolatey for Business Feature Video Series

In this video series, come take a tour of the many features available in our Chocolatey for Business offering.
Many organizations choose Chocolatey for Business when they want to scale out their solution across thousands of nodes, deploy rapidly and reliably every time,
mitigate risks with a greatly-simplified patching workflow, and access a Support Team that will guide you on your automation journey.

Webinar Replay from Thursday, 10 December 2020

Together, Ansible and Chocolatey bring faster and more secure deployments to your Windows environments. Use Chocolatey for software/package management and Ansible to automate and guarantee the desired state of your Windows infrastructure,
allowing your team to securely deploy applications faster than ever.

Livestream from Thursday, 7 April 2022
Script Builder allows you to bulk install Chocolatey packages in just a few clicks. Just add packages to Script Builder and choose your integration method to get started!
Webinar Replay from Wednesday, 30 March 2022
At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!
Livestream from Thursday, 9 June 2022
Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.
Livestream from Thursday, 14 July 2022
Boxstarter version 3.0 marks the beginning of a new era of Boxstarter and Chocolatey. Join Gary, Paul, and Manfred as they unbox the best features of Boxstarter.
Livestream from Thursday, 04 August 2022
Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Learn the difference between the Chocolatey Editions and what will fit your needs the best.


Search the largest online registry of Windows packages. Chocolatey packages encapsulate everything required to manage a particular piece of software into one deployment artifact by wrapping installers, executables, zips, and scripts into a compiled package file.


New to Chocolatey? Learn the requirements and how to get Chocolatey up and running in no time!


Need help? Read our Support FAQ to find out the next steps.

Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
More detail at Security and Moderation .

If you are an organization using Chocolatey, we want your experience to be fully reliable.
Due to the nature of this publicly offered repository, reliability cannot be guaranteed.
Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.


Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.

Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
You can also just download the packages and push them to a repository
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco .
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey .
2.24.101.20180116 | Updated: 16 Jan 2018
To edit the metadata for a package, please upload an updated version of the package.

Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure
that the package itself (and the source used to build the package) remains the one true
source of package metadata.

This does require that you increment the package version.
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
To install NSSM - the Non-Sucking Service Manager, run the following command from the command line or from PowerShell:
To upgrade NSSM - the Non-Sucking Service Manager, run the following command from the command line or from PowerShell:
To uninstall NSSM - the Non-Sucking Service Manager, run the following command from the command line or from PowerShell:
📝 NOTE: This applies to both open source and commercial editions of Chocolatey.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco .
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey .
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 11 Jul 2020.
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.
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Be the first to know about upcoming features, security releases, and news about Chocolatey.
chocolatey.org uses cookies to enhance the user experience of the site.
chocolatey.org uses cookies to enhance the user experience of the site.

NSSM - the Non-Sucking Service Manager 2.24.101.20180116



alternativeto.net needs to review the security of your connection before proceeding.

Did you know botnets can be used to shutdown popular websites?
Requests from malicious bots can pose as legitimate traffic. Occasionally, you may see this page while the site ensures that the connection is secure.
Performance & security by Cloudflare

Help us understand the problem. What are the problem?
It's violation of community guideline
Why not register and get more from Qiita?
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
By "stocking" the articles you like, you can search right away
Help us understand the problem. What are the problem?
It's violation of community guideline
More than 5 years have passed since last update.
Windows で Node.js や nginx を扱っている人向けの投稿です。
NSSM というのは、 Windows で exe でも bat(バッチ)スクリプトでも、なんでもサービス化できる簡単で便利なツールです。
結構便利なので使っているんです。
nginx や node のプロセスを Windows サービスで常駐化したり。
ところが http://nssm.cc で公開されている nssm のGitソースへのリンクが切れていました。
しかたがないので2015/12/02 git pullしてあったソースのgitリポジトリを以下にpushしました。
https://github.com/LightSpeedWorks/nssm
NSSM: The Non-Sucking Service Manager
Version 2.24, 2014-08-31
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.
nssm also features a graphical service installation and removal facility. Prior to version 2.19 it did suck. Now
Teen Girls Nudist Tits Pictures
Petite Ass
Nasty Nice Sexy Girl

Report Page