What's the right way to start a node.js service?

Posted by elliot42 on Server Fault See other posts from Server Fault or by elliot42
Published on 2012-09-16T23:31:22Z Indexed on 2012/09/17 3:39 UTC
Read the original article Hit count: 607

Filed under:
|
|
|

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?:

Service starters--should these be from the system/distro, or should they be from monitoring tools such as monit?:

I'm unfortunately new to this--where can I read up on what is the most standard, classic, reliable way of doing this?

© Server Fault or respective owner

Related posts about centos

Related posts about service