diff options
Diffstat (limited to 'nDPIsrvd.c')
-rw-r--r-- | nDPIsrvd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nDPIsrvd.c b/nDPIsrvd.c index 7e5f80a9e..d16768ed9 100644 --- a/nDPIsrvd.c +++ b/nDPIsrvd.c @@ -905,6 +905,10 @@ int main(int argc, char ** argv) signal(SIGPIPE, SIG_IGN); + signal(SIGINT, SIG_IGN); + signal(SIGTERM, SIG_IGN); + signal(SIGQUIT, SIG_IGN); + epollfd = setup_event_queue(); if (epollfd < 0) { |