@geekbeer/minion 2.73.0 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/linux/minion-cli.sh +203 -254
- package/package.json +2 -2
- package/win/lib/process-manager.js +115 -220
- package/win/minion-cli.ps1 +882 -675
- package/win/vendor/README.md +13 -0
- package/win/vendor/nssm.exe +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# NSSM (Non-Sucking Service Manager)
|
|
2
|
+
|
|
3
|
+
This directory contains `nssm.exe` for Windows Service management.
|
|
4
|
+
|
|
5
|
+
## Download
|
|
6
|
+
|
|
7
|
+
Download NSSM 2.24 (64-bit) from https://nssm.cc/release/nssm-2.24.zip
|
|
8
|
+
and place `win64/nssm.exe` in this directory.
|
|
9
|
+
|
|
10
|
+
## License
|
|
11
|
+
|
|
12
|
+
NSSM is public domain software.
|
|
13
|
+
See https://nssm.cc for details.
|
|
Binary file
|