summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ulogd/ulogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c
index 28ec6cc..0c93256 100644
--- a/ulogd/ulogd.c
+++ b/ulogd/ulogd.c
@@ -760,6 +760,7 @@ int main(int argc, char* argv[])
/* send SIGINT to the term handler, since they hit CTRL-C */
signal(SIGINT, &sigterm_handler);
signal(SIGHUP, &sighup_handler);
+ signal(SIGTERM, &sigterm_handler);
ulogd_log(ULOGD_NOTICE,
"initialization finished, entering main loop\n");