Changing TERM TERM to HUP TERM

2019-03-10 Thread Ole Tange
To stop GNU Parallel today you need to send TERM to make it stop starting new jobs followed by another TERM to kill the running jobs. I am considering changing that to send HUP to stop starting new jobs and TERM to kill running jobs. This will make it easier to kill GNU Parallel: $ bash -c 'para

Re: Changing TERM TERM to HUP TERM

2019-03-10 Thread Saladi, Shyam M.
if it's well publicized in advance of the release, I think this would be an excellent change. Shyam On Sun, Mar 10, 2019 at 12:42 PM Ole Tange mailto:[email protected]>> wrote: To stop GNU Parallel today you need to send TERM to make it stop starting new jobs followed by another TERM to kill the ru

Re: Changing TERM TERM to HUP TERM

2019-03-10 Thread Gary Johnson
On 2019-03-10, Ole Tange wrote: > To stop GNU Parallel today you need to send TERM to make it stop > starting new jobs followed by another TERM to kill the running jobs. > > I am considering changing that to send HUP to stop starting new jobs > and TERM to kill running jobs. > > This will make it