Are there any workarounds for this? - I want to use God to start an
RTSPProxy and then start an RTSPClient. But obviously the RTSPClient
depends on the RTSPProxy running - how would I make sure the Client is
started after the Proxy is running?
On Sunday, 9 August 2009 18:34:58 UTC+1, Tom Werner wrote:
> On Jul 9, 8:32 am, killfill <pneum...@gmail.com> wrote:
> > I have a group a processes i wish to monitor with god, and they depend
> > on each other.
> > Is it possible to define dependencies between them?
> There is currently no mechanism for specifying dependencies between
> watches, though it is something that I'm interested in having added to
> God. If anyone feels motivated to take a stab at it, I'd be very keen
> to review the patches.
> Tom