From: Lennart Poettering Date: Mon, 7 May 2018 15:51:33 +0000 (+0200) Subject: man: document what happens if --kill-signal= is not used in nspawn and --boot neither X-Git-Tag: v239~243^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1752d69a8bd2fed951b0298806440fbd2dbb07f8;p=thirdparty%2Fsystemd.git man: document what happens if --kill-signal= is not used in nspawn and --boot neither --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 755246f12d8..713782b8595 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -737,13 +737,13 @@ - 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 - is used (on systemd-compatible init systems SIGRTMIN+3 - triggers an orderly shutdown). For a list of valid signals, see - signal7. + 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 is used (on systemd-compatible init systems + SIGRTMIN+3 triggers an orderly shutdown). If is not used and this + option is not specified the container's processes are terminated abrubtly via SIGKILL. For + a list of valid signals, see signal7.