my service is a group of "multiple" daemons. I need to integrate it with upstart to be started during the bootup. The problem is that I need to restart the service when any of the daemons dies abruptly. can i do it with one .conf script or do i need mutiple .conf scripts for this. pls advise. Thanks in advance, -rk
|
feedback
|
|
If all of your daemons play nicely with "respawn" SIGTERMs then you could just incorporate them into one wrapper script. From Upstart Respawning:
| |||
|
feedback
|