Nicolas Williams wrote: > If you have a service with multiple daemon processes and want the > service restarted when any one of them dies then you'll need to make > sure that the processes die by receiving a signal, rather than by > exit()ing.
Yes. > If you need to catch the signal then re-post it (or another > signal) after making sure to reset its handler to SIG_IGN. That won't work; we intentionally don't consider intra-contract signals a cause of failure. Dave