et_phonehome_2 Topic Starter
Thanked: 1 Posts: 40
|
 |
« on: November 19, 2009, 03:36:25 PM » |
|
I have some system services that depends upon other services to startup before it should start, how do I go about controlling it, if at all possible?
For example: app_service1 must be started before the following can be started monitor_service1 must start after app_service1 has started monitor_service2 must start after monitor_service1 started
is there a way to tell it to wait like in UNIX runtime levels?
|