scenario: I have 3 daemons. daemon-x, daemon-y and daemon-z. daemon-y and daemon-z depend on daemon-x.
2 things that I want.
1. I want daemon-y and daemon-z to only start after daemon-x.
I believe using "REQUIRE" will take care of this during boot time. Please confirm if this is true.
Assuming all 3 services are currently stopped. I want daemon-y and daemon-z to automatically start if I manually start daemon-z.
2. I want daemon-y and daemon-z to automatically stop if I stopped daemon-x.
Any ideas on how this can be done? Thank you
2 things that I want.
1. I want daemon-y and daemon-z to only start after daemon-x.
I believe using "REQUIRE" will take care of this during boot time. Please confirm if this is true.
Assuming all 3 services are currently stopped. I want daemon-y and daemon-z to automatically start if I manually start daemon-z.
2. I want daemon-y and daemon-z to automatically stop if I stopped daemon-x.
Any ideas on how this can be done? Thank you