mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-31 17:17:43 +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
|
||||
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>
|
||||
|
@ -223,6 +223,18 @@
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user