> I can start redis-server and resque-web processes fine from capistrano.
They may be smart enough to daemonize themselves by default. Processes (in about 3 lines of code) can detach themselves from the terminal, and go into the background, detached from Terminals, users, etc - simply `daemons`. If they do that, then that's a smart move from their vendor… that's often what you see with a --daemonize flag, or something. ( I hope that at least clears things up, even if that's not the answer you were looking for! ) - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
