Penguin

Signal: Terminate

This signal is used to politely request a program terminates. It is the default signal for kill(1) and killall(1). This signal can be caught in contrast to SIGKILL, and used to cleanup before exiting. The signals default action is to cause the program to terminate.