how does gnu parallel handle SIGINT/SIGQUIT?

2015-04-07 Thread Martin d'Anjou
GNU Parallel "wraps" the execution of other programs, just like shells do. I'd like to understand how exactly GNU Parallel behaves itself when it gets SIGINT/SIGQUIT. The reason I ask is because I have a program that performs special actions on SIGINT (a bit like emacs does but not quite). Accordi

How to disable SIGTERM

2015-04-07 Thread Martin d'Anjou
Hi, GNU Parallel intercepts SIGTERM. The program I call needs to receive SIGTERM. How do I disable SIGTERM's interception by GNU Parallel? Thanks, Martin