]> git.proxmox.com Git - mirror_lxc.git/commit - doc/lxc.container.conf.sgml.in
confile: add lxc.monitor.signal.pdeath
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 16 Jul 2018 09:07:58 +0000 (11:07 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 16 Jul 2018 10:50:57 +0000 (12:50 +0200)
commit258f80519f3bb0a41c26083020154e9a61df8468
treefe6c110f2c85202bc9ebaa81080816ec2b65703c
parentf6e32eb05ba0b0565d67b63070a0f91da8729a28
confile: add lxc.monitor.signal.pdeath

Set the signal to be sent to the container's init when the lxc monitor exits.
By default it is set to SIGKILL which will cause all container processes to be
killed when the lxc monitor process dies.
To ensure that containers stay alive even if lxc monitor dies set this to 0.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
doc/lxc.container.conf.sgml.in
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/start.c