coreybutler / node-windows

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

Startup mode #158

Closed balkarov closed 7 years ago

balkarov commented 7 years ago

How to install service with "delayed start"?

doArcanjo commented 7 years ago

winsw delayed start

coreybutler commented 7 years ago

This doesn't appear to be supported in winsw yet.

Personally, I would just use a setTimeout in my node app to delay the start.