node-daemonize2
node-daemonize2 copied to clipboard
Node module for easy creation of daemons for Node 0.8.x and above
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. 