diff -Nru collectd-3.5.0-orig/src/collectd.c collectd-3.5.0/src/collectd.c --- collectd-3.5.0-orig/src/collectd.c 2005-12-16 15:40:00.000000000 +0100 +++ collectd-3.5.0/src/collectd.c 2005-12-18 10:15:53.000000000 +0100 @@ -344,6 +344,7 @@ */ sigIntAction.sa_handler = sigIntHandler; sigaction (SIGINT, &sigIntAction, NULL); + sigaction (SIGTERM, &sigIntAction, NULL); sigChldAction.sa_handler = SIG_IGN; sigaction (SIGCHLD, &sigChldAction, NULL);