mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
nssm - gui/command line based service managment
This commit is contained in:
parent
96a8278887
commit
8bc0151a4e
19
nssm.json
Normal file
19
nssm.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://nssm.cc",
|
||||||
|
"version": "2.24",
|
||||||
|
"url": "https://nssm.cc/release/nssm-2.24.zip",
|
||||||
|
"hash": "7f0075c5b544af189416845077a45edeedd1d48e37e702abb22b41b120e80bcd",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"extract_dir": "win64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"extract_dir": "win32"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": [
|
||||||
|
"nssm.exe"
|
||||||
|
],
|
||||||
|
"checkver": "The latest version[^<]+<a href=\"[^\"]+nssm-([\\d.]+)\\.zip\"",
|
||||||
|
"notes": "Manage Services with NSSM (GUI based) (e.g., 'nssm install nginx' to install nginx as service gui will popup or 'nssm start/status/stop apache').\nVisit https://nssm.cc/commands for more info"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user