First of all, well read - the `:background => true` is deprecated, because
backgrounding things is hard, and unreliable, basically as you might have
seen all it does it `nohup` and `&` if memory serves.

So there's two things you can do, the one - as you alluded to is `&` on the
end of the line. The other would be `nohup` yourself, it'd be interesting
to know *what* you are trying to background, as weird processes refuse to
play well in the background in different ways.

Let's see if we can solve this for you :)

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CAN_%2BVLU2q4mc4_WoO3fc7328N7U%3DhBsYx_dkJtdcve-G_VfAmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to