support SIGQUIT in emperor

This commit is contained in:
roberto@maverick64
2011-07-03 19:17:24 +02:00
parent d5210283ca
commit c0d6f33d54
+1
View File
@@ -397,6 +397,7 @@ void emperor_loop() {
signal(SIGPIPE, SIG_IGN);
uwsgi_unix_signal(SIGINT, royal_death);
uwsgi_unix_signal(SIGTERM, royal_death);
uwsgi_unix_signal(SIGQUIT, royal_death);
uwsgi_unix_signal(SIGUSR1, emperor_stats);
memset(&ui_base, 0, sizeof(struct uwsgi_instance));