From c6c8f6e218995852350e5e35c080dec788c42c3f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Feb 2015 22:04:48 +0100 Subject: nspawn: make kill signal to use for PID 1 configurable --- man/systemd-nspawn.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man/systemd-nspawn.xml') 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 @@ -470,6 +470,19 @@ above). + + + + 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). Takes a signal name like + SIGHUP, SIGTERM or + similar as argument. + + -- cgit v1.2.3-54-g00ecf