coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.78k stars 357 forks source link

Dependent on another service #342

Closed countnazgul closed 1 year ago

countnazgul commented 1 year ago

Adds functionality to specify list services on which the current service will depends.

closes #335

coreybutler commented 1 year ago

Thank you for adding this. I will include it in the next npm release.

heartforit commented 8 months ago

Did not work for me on the latest npm release. Had to fire: "sc config replaceme.exe depend=MongoDB" on Windows 11. Everyone who needs to know. It works for me.