diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-25 22:04:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-25 22:06:54 +0100 |
commit | c6c8f6e218995852350e5e35c080dec788c42c3f (patch) | |
tree | 1e1866d29ce32d19bce93e6de8a476c48e45a953 /man/systemd-nspawn.xml | |
parent | d6ce17c7f02ed3facdb45f65f546e587c2f00950 (diff) |
nspawn: make kill signal to use for PID 1 configurable
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index e84d2b7f11..b991b5dd15 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -471,6 +471,19 @@ </varlistentry> <varlistentry> + <term><option>--kill-signal=</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). Takes a signal name like + <literal>SIGHUP</literal>, <literal>SIGTERM</literal> or + similar as argument.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--link-journal=</option></term> <listitem><para>Control whether the container's journal shall |