diff options
author | Petros Angelatos <petrosagg@gmail.com> | 2016-03-14 22:18:23 -0700 |
---|---|---|
committer | Petros Angelatos <petrosagg@gmail.com> | 2016-03-15 15:08:04 -0700 |
commit | b3969f73f918754ddfdbbe05292171e1b29c4d4b (patch) | |
tree | 5b0901ff1e242a4fc0054c6528b3cd01656b9ab4 /man/systemd.nspawn.xml | |
parent | 23a5000b44976005fb14305ed76521724ff15a00 (diff) |
man: document missing KillSignal= .nspawn option
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
Diffstat (limited to 'man/systemd.nspawn.xml')
-rw-r--r-- | man/systemd.nspawn.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index c07a4b0243..5ec878512a 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -224,6 +224,18 @@ </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> <listitem><para>Configures the kernel personality for the |