* since valgrinds name reacting to killall has become verry fancy to type, do the...
authorWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 18:19:13 +0000 (18:19 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 18:19:13 +0000 (18:19 +0000)
webcit/webserver.c

index 6d02afed2141ccc09593efa89c29d7c26206288f..97c1bfb12308e9e1f0372b89df3710af36deb35e 100644 (file)
@@ -232,6 +232,7 @@ int main(int argc, char **argv)
                start_daemon(pidfile);
        }
        else {
+               signal(SIGINT, graceful_shutdown);
                signal(SIGHUP, graceful_shutdown);
        }