Daemon option
atinux opened this issue · 2 comments
Hi, I want to tell you that I really like your module and your work.
I use recluster for my project and I am really impressed :)
I would like to know if it's possible to add an option for launching recluster as a daemon or if I should use a node module for this?
I thought that maybe start-stop-daemon could be a solution. I would love to know your opinion about it.
Thank you
Hi!
Thanks for the kind words!
Normally (on development machines and VPS) I use recluster together with https://github.com/spion/nac so I haven't found the need to directly daemonize the clustered process.
If you need daemon functionality, feel free to use any module together with recluster, and/or publish a command line version. I think there was some work started in https://github.com/NineCollective/cluster-start - perhaps that could be a nice place to add daemonization.