start-stop-daemon
start-stop-daemon copied to clipboard
Easily transform a JS script into a start-stop-daemon script
getting `index.js daemon not running or user not authorized to stop process` error when trying to stop daemon ``` PS C:\Users\ganes\OneDrive\Documents\projects\ejsondb> node index.js start index.js daemon successfully started (node:3616) Warning:...
Current engine is fixed at 0.8.x, this causes package install to break when using `yarn` because it's incompatible with higher Node versions. ``` error [email protected]: The engine "node" is incompatible...
It would be useful if (perhaps optionally?) running `node daemon.js start` would not exit until the app is truly up and running -- perhaps by listening for an event or...
I'd like this to work with Coffeescript, so I can run `coffee daemon.coffee start`. At present it says it has started successfully, but there's no output in either log file...
through the code, I found there's no way to control the daemon in the process. are this have some method like `daemon.start()` or `daemon.stop()` ? thanks.