From b3969f73f918754ddfdbbe05292171e1b29c4d4b Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Mon, 14 Mar 2016 22:18:23 -0700 Subject: man: document missing KillSignal= .nspawn option Signed-off-by: Petros Angelatos --- man/systemd-nspawn.xml | 5 ++--- man/systemd.nspawn.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 86cdb4e124..7e87865ba8 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -595,9 +595,8 @@ 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). Takes a signal name like - SIGHUP, SIGTERM or - similar as argument. + triggers an orderly shutdown). For a list of valid signals, see + signal7. 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 @@ -223,6 +223,18 @@ all cases. + + + + 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. + + Personality= -- cgit v1.2.3-54-g00ecf