summaryrefslogtreecommitdiff
path: root/nDPIsrvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r--nDPIsrvd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c
index 888db15c4..3c3fddf94 100644
--- a/nDPIsrvd.c
+++ b/nDPIsrvd.c
@@ -1699,9 +1699,11 @@ int main(int argc, char ** argv)
}
signal(SIGPIPE, SIG_IGN);
+#if !defined(__FreeBSD__) && !defined(__APPLE__)
signal(SIGINT, SIG_IGN);
signal(SIGTERM, SIG_IGN);
signal(SIGQUIT, SIG_IGN);
+#endif
if (setup_event_queue(&io) != 0)
{