What's the right way to start a node.js service?
- by elliot42
I'm running a node.js service (statsd) on CentOS 6. What's the proper way to daemonize and start such a service?
Potential Daemonizers--are daemonizers supposed to be language-specific or general?:
forever (node-specific)
daemonize
nohup (presumably wrong)
start-stop-daemon(debian-only? is this for daemonizing or starting/stopping? what is…