mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +03:00
man: document missing KillSignal= .nspawn option
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
23a5000b44
commit
b3969f73f9
@ -595,9 +595,8 @@
|
|||||||
order to trigger an orderly shutdown of the
|
order to trigger an orderly shutdown of the
|
||||||
container. Defaults to SIGRTMIN+3 if <option>--boot</option>
|
container. Defaults to SIGRTMIN+3 if <option>--boot</option>
|
||||||
is used (on systemd-compatible init systems SIGRTMIN+3
|
is used (on systemd-compatible init systems SIGRTMIN+3
|
||||||
triggers an orderly shutdown). Takes a signal name like
|
triggers an orderly shutdown). For a list of valid signals, see
|
||||||
<literal>SIGHUP</literal>, <literal>SIGTERM</literal> or
|
<citerefentry project='man-pages'><refentrytitle>signal</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para></listitem>
|
||||||
similar as argument.</para></listitem>
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -223,6 +223,18 @@
|
|||||||
all cases.</para></listitem>
|
all cases.</para></listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><varname>Personality=</varname></term>
|
<term><varname>Personality=</varname></term>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user