Re: Alternate termination sequence option --term-seq

2015-04-28 Thread Martin d'Anjou
On 15-04-27 05:06 PM, Ole Tange wrote: Do I want to send the signal to the process group or just the process To me it makes sense to first terminate the parent process and let it terminate its own children, as it is a valid way of writing programs (see http://mywiki.wooledge.org/SignalTrap).

Re: Alternate termination sequence option --term-seq

2015-04-28 Thread Ole Tange
On Tue, Apr 28, 2015 at 8:31 PM, Martin d'Anjou wrote: > On 15-04-27 05:06 PM, Ole Tange wrote: >> >> This you have to elaborate. Explain how this --termseq is executed >> (with special emphasis on process groups): >> >> --termseq HUP,2,TERM,10,TERM,20,INT,30,KILL Thanks for the elaboration. >