How to start program that won't die when group is killed?

2012-06-26 Thread Grant Edwards
I'm trying to figure out how to start a program such that it won't die when the program's grandparent dies (I think the grandparent is the session leader). Here's the scenario: 1) lighttpd/PHP calls ash-prog-A. 2) ash-prog-A starts ash-prog-B (a long-running program that needs to keep

Re: How to start program that won't die when group is killed?

2012-06-26 Thread Grant Edwards
On 2012-06-26, Grant Edwards grant.b.edwa...@gmail.com wrote: I'm trying to figure out how to start a program such that it won't die when the program's grandparent dies (I think the grandparent is the session leader). Here's the scenario: 1) lighttpd/PHP calls ash-prog-A. 2)