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

Node module for easy creation of daemons for Node 0.8.x and above

Results 5 node-daemonize2 issues
Sort by recently updated
recently updated
newest added

Added a new parameter to Daemon.start for configuring stdio and stderr, this can be used as seen in the redirect example to redirect stdout and stderr to files. This is...

This pull request adds a new option `fds` to allow passing a daemon additional file descriptors. It just allows to append descriptors to the `stdio` option when spawning the new...

add repository to package.json

in lib/daemonize.js: find if coffee-script parser was registered, and if so, pass the parser to the wrapper. in lib/wrapper.js: if coffee parser is passed, require it, thus allowing direct coffee...

Quick addition so that npm wouldn't warn that there isn't a repository field. ![screen shot 2014-01-20 at 8 54 37 pm](https://f.cloud.github.com/assets/132584/1960712/2d2a57be-8258-11e3-9ab0-bc5541dc0263.png)