Skip to content

Instantly share code, notes, and snippets.

@matthew-walter-works
Forked from magnetikonline/README.md
Created January 5, 2018 16:05
Show Gist options
  • Save matthew-walter-works/c2b1e0933aeb7bacb4bf5c2dc86dd6c4 to your computer and use it in GitHub Desktop.
Save matthew-walter-works/c2b1e0933aeb7bacb4bf5c2dc86dd6c4 to your computer and use it in GitHub Desktop.
NSSM - the Non-Sucking Service Manager cheatsheet.

NSSM cheatsheat

Create a new service

nssm.exe install SERVICE_NAME "C:\path\to\exe\or\bat\file.ext"

List parameters for a service

nssm.exe get SERVICE_NAME *

Set a parameter for a service

nssm.exe set SERVICE_NAME PARAMETER_NAME PARAMETER_VALUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment