From: Lennart Poettering Date: Mon, 15 Jun 2015 10:05:11 +0000 (+0200) Subject: man: document that SIGCONT always follows SIGTERM X-Git-Tag: v221~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8c53936316288ea3b33b5997b175862f0efef92;p=thirdparty%2Fsystemd.git man: document that SIGCONT always follows SIGTERM As requested in #199. --- diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml index ef828e081c7..c51cf813203 100644 --- a/man/systemd.kill.xml +++ b/man/systemd.kill.xml @@ -139,7 +139,13 @@ by SIGKILL (see above and below). For a list of valid signals, see signal7. - Defaults to SIGTERM. + Defaults to SIGTERM. + + Note that right after sending the signal specified in + this setting systemd will always send + SIGCONT, to ensure that even suspended + tasks can be terminated cleanly. +