node-daemonize2
node-daemonize2 copied to clipboard
Add property to pass additional file descriptors to daemon
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 process.