On Fri, May 01, 2009 at 11:52:22AM -0700, Jonathan Adams wrote:
> proc:::start
> /!progenyof($pid)/
> {
> stop();
> system("pargs %d | grep argv.0.: ; prun %d", pid, pid);
> }
Nota Bene: You *MUST* have the "!progenyof($pid)" line, or things will go
pear-shaped *very* quickly.
Cheers,
- jonathan