$SIG{INT} = ⪚ # exit gracefully $SIG{TERM} = ⪚ # in the event we get killed $SIG{SEGV} = ⪚ # ... or worse! $SIG{CHLD} = ⪚ # because we're using system calls