# # Service A and Service B are mutualy exclusive # Service C depends on service B so we start is on starting start on starting service_c stop on starting service_a pre-start script echo starting service_b sleep 10 echo started service_b end script post-stop script echo stopping service_b sleep 10 echo stopped service_b end script console output