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: > #!/bin/sh > exec setuidgid <user> ./launchclientappscript & If the client is supposed to be running all the time, make it a separate service. > But the clientappscript kills all of its processes > after it finishes executing. Which processes? The server? supervise? svscan? Other services? paul