coreybutler / node-windows

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

specify services dependencies #151

Closed ghost closed 4 years ago

ghost commented 7 years ago

Hi,

I would like to be able to specify dependencies for my service. This will allow Windows, for example, to start a database first and my own nodejs service later. I can't find any way to do it with this module.

coreybutler commented 4 years ago

Closing due to extreme age.

For all you Googlers landing on this, shortbus is a good tool for sequencing. It could be used to start other processes before executing anything else.