$SIG{INT} = $SIG{TERM} = sub { kill 15 => @process_i_want_to_term; exit; };