man: document that SIGCONT always follows SIGTERM

As requested in #199.
This commit is contained in:
Lennart Poettering 2015-06-15 12:05:11 +02:00
parent c6355b313e
commit e8c5393631

View file

@ -139,7 +139,13 @@
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>