]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that SIGCONT always follows SIGTERM
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Jun 2015 10:05:11 +0000 (12:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Jun 2015 10:05:57 +0000 (12:05 +0200)
As requested in #199.

man/systemd.kill.xml

index ef828e081c7c6676bb4d2f432471db30e701ec04..c51cf81320332371c123283c07baca18ca49686c 100644 (file)
         by <constant>SIGKILL</constant> (see above and below). For a
         list of valid signals, see
         <citerefentry project='man-pages'><refentrytitle>signal</refentrytitle><manvolnum>7</manvolnum></citerefentry>.
-        Defaults to <constant>SIGTERM</constant>. </para></listitem>
+        Defaults to <constant>SIGTERM</constant>. </para>
+
+        <para>Note that right after sending the signal specified in
+        this setting systemd will always send
+        <constant>SIGCONT</constant>, to ensure that even suspended
+        tasks can be terminated cleanly.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>