a9339c
From 210c9e5dd1e3d0e37a16225a63840d71b473684c Mon Sep 17 00:00:00 2001
a9339c
From: Lennart Poettering <lennart@poettering.net>
a9339c
Date: Mon, 15 Jun 2015 12:05:11 +0200
a9339c
Subject: [PATCH] man: document that SIGCONT always follows SIGTERM
a9339c
a9339c
As requested in #199.
a9339c
a9339c
(cherry picked from commit e8c53936316288ea3b33b5997b175862f0efef92)
a9339c
Resolves: #1601794
a9339c
---
a9339c
 man/systemd.kill.xml | 8 +++++++-
a9339c
 1 file changed, 7 insertions(+), 1 deletion(-)
a9339c
a9339c
diff --git a/man/systemd.kill.xml b/man/systemd.kill.xml
a9339c
index e57f0e724..1292f4f51 100644
a9339c
--- a/man/systemd.kill.xml
a9339c
+++ b/man/systemd.kill.xml
a9339c
@@ -136,7 +136,13 @@
a9339c
         by <constant>SIGKILL</constant> (see above and below). For a
a9339c
         list of valid signals, see
a9339c
         <citerefentry project='man-pages'><refentrytitle>signal</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
a9339c
-        Defaults to <constant>SIGTERM</constant>. </para></listitem>
a9339c
+        Defaults to <constant>SIGTERM</constant>. </para>
a9339c
+
a9339c
+        <para>Note that right after sending the signal specified in
a9339c
+        this setting systemd will always send
a9339c
+        <constant>SIGCONT</constant>, to ensure that even suspended
a9339c
+        tasks can be terminated cleanly.</para>
a9339c
+        </listitem>
a9339c
       </varlistentry>
a9339c
 
a9339c
       <varlistentry>