node-init icon indicating copy to clipboard operation
node-init copied to clipboard

Turn your node daemon into an LSB-compatible init script.

Results 2 node-init issues
Sort by recently updated
recently updated
newest added

I noticed that logging was not working. It seems daemon.start() takes filenames -- at least it does now -- and not file handles. Not sure if this is the best...

I've added synchronous calls to this module (for running only) as the `daemon` module does not support forking unless it is done during the first tick of v8. And the...