Re: asynchronous shell scripts in "run"
Pat Brouillette <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
Bernd Eckenfels wrote: > On Thu, Dec 09, 2004 at 02:17:08AM -0700, Pat Brouillette wrote: > >>exec seguidgid user launch_desktop_apps & >>exec seguidgid user Xvnc..... 2>&1 > > > you cannot use 2 exec and you cant start vnc server after or parallel to the > clients. Most likely the user process is terminating since it cant connect > to the server and the server is never started due to the exec. Thanks, getting closer, but Xvnc continues running and is correctly logging into multilog. Also, I can see (for a while) launch_desktop_apps running as a child of supervise for several seconds before disappearing and taking its children with it. Even if I put a sleep 1d (sleep one day) at the end of launch_desktop_apps it still kills the child apps.