=== robbiew is now known as robbiew_ [09:31] hi guys [09:31] I have this use case with service dependencies [09:32] service A depends on service B, if A starts, B should be started before it (and this can be done with "start on starting A" in B), now I would also like service A to restart when service B is restarted (or respawns), how can it be done? [09:39] I know I can put "stop on stopping B, start on started B" in A but this would cause starting A if I just want to start B [09:39] and this is what I cannot solve [10:07] I have put my question at https://answers.launchpad.net/upstart/+question/143910