]> git.ipfire.org Git - thirdparty/chrony.git/commit
privops: ignore signals in helper
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Dec 2015 15:10:31 +0000 (16:10 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Dec 2015 15:30:31 +0000 (16:30 +0100)
commit8e327bb0a3e215da81a8f213845f3c0652cb8d44
treeeb139b523e160432a40e862de1a1660f1c42a2fc
parentfbf170a6c29c79d6547cc36d80f412e10a9049ca
privops: ignore signals in helper

If the whole process group receives a signal (e.g. CTRL-C in terminal),
the helper process needs to keep running until it gets the QUIT request,
so the system drivers can still use it in their finalisation, e.g. to
cancel remaining slew.
privops.c