asynchronous shell scripts in "run"
Pat Brouillette <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
stupid question. my run script looks like #!/bin/sh exec setuidgid <user> ./launchclientappscript & exec 2>&1 exec setuidgid <user> ServerApp But the clientappscript kills all of its processes after it finishes executing. please don't make fun of me... B^) what am I doing wrong?