Definitions for "SIGTERM"
On POSIX-compliant platforms, SIGTERM is the signal sent to computer programs to request termination. The symbolic constant for SIGTERM is defined in the header file signal.h. Symbolic signal names are used because signal numbers can vary across platforms, however on the vast majority of systems, SIGTERM is signal #15.