]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document missing KillSignal= .nspawn option 2842/head
authorPetros Angelatos <petrosagg@gmail.com>
Tue, 15 Mar 2016 05:18:23 +0000 (22:18 -0700)
committerPetros Angelatos <petrosagg@gmail.com>
Tue, 15 Mar 2016 22:08:04 +0000 (15:08 -0700)
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
man/systemd-nspawn.xml
man/systemd.nspawn.xml

index 86cdb4e1245081087e2bdbb8a9dcc2677b649b6a..7e87865ba83c79cb859ba92f164abd8a49a4b591 100644 (file)
         order to trigger an orderly shutdown of the
         container. Defaults to SIGRTMIN+3 if <option>--boot</option>
         is used (on systemd-compatible init systems SIGRTMIN+3
-        triggers an orderly shutdown). Takes a signal name like
-        <literal>SIGHUP</literal>, <literal>SIGTERM</literal> or
-        similar as argument.</para></listitem>
+        triggers an orderly shutdown). For a list of valid signals, see
+        <citerefentry project='man-pages'><refentrytitle>signal</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index c07a4b0243d45eb39ebdb21afb9bf6d903131089..5ec878512a08dfcb3106136245756165ad2ee583 100644 (file)
         all cases.</para></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>KillSignal=</option></term>
+
+        <listitem><para>Specify the process signal to send to the
+        container's PID 1 when nspawn itself receives SIGTERM, in
+        order to trigger an orderly shutdown of the container.
+        Defaults to SIGRTMIN+3 if <option>Boot=</option> is used
+        (on systemd-compatible init systems SIGRTMIN+3 triggers an
+        orderly shutdown). For a list of valid signals, see
+        <citerefentry project='man-pages'><refentrytitle>signal</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>Personality=</varname></term>