From: Iain Patterson Date: Thu, 31 Mar 2016 07:34:33 +0000 (+0100) Subject: Technically we should stop ignoring Control-C. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=76673b917b29d2a0206062f4bc132ae6e043b0d2;hp=76673b917b29d2a0206062f4bc132ae6e043b0d2;p=nssm.git Technically we should stop ignoring Control-C. Before signalling our application we implement a null Control-C handler so we don't get killed ourselves when signalling the process group. We should probably restore the default behaviour after signalling. ---