Re: asynchronous shell scripts in "run"
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Pat Brouillette <[email protected]> wrote: >> Which processes? The server? supervise? svscan? Other services? > > when the (async, &-ed) bash script, "launchclientappscript" finishes it > takes down all of the processes it launched with it. That's not very informative. Give us a list of all the processes started via this run script. Which ones are exiting? Which ones should be exiting, and which should not? Are they killed by a signal (which signal?), or are they calling exit()? paul