Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxqd: Fix missing ignore of SIGQUIT in reaper
  • Loading branch information
mariux committed Nov 27, 2015
1 parent cb9dde3 commit 0f3cc2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxqd.c
Expand Up @@ -1017,6 +1017,7 @@ int reaper_process(struct mxq_server *server,struct mxq_group_list *glist, struc

signal(SIGINT, SIG_IGN);
signal(SIGTERM, SIG_IGN);
signal(SIGQUIT, SIG_IGN);
signal(SIGHUP, SIG_IGN);
signal(SIGXCPU, SIG_IGN);

Expand Down

0 comments on commit 0f3cc2f

Please sign in to comment.