From 51d1ec4f9e6444e38c8e713249a86d0a36641d0b Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 31 Oct 2017 22:19:38 +0100 Subject: [PATCH] config: remove SIGRTMIN+14 as lxc.signal.stop We want to be able to SIGKILL an Archlinux container. Signed-off-by: Christian Brauner --- config/templates/archlinux.common.conf.in | 1 - 1 file changed, 1 deletion(-) diff --git a/config/templates/archlinux.common.conf.in b/config/templates/archlinux.common.conf.in index f86949138..9c7cee720 100644 --- a/config/templates/archlinux.common.conf.in +++ b/config/templates/archlinux.common.conf.in @@ -6,7 +6,6 @@ lxc.tty = 6 # Set the halt/stop signals lxc.haltsignal=SIGRTMIN+4 -lxc.stopsignal=SIGRTMIN+14 # Uncomment to disable creating tty devices subdirectory in /dev # lxc.devttydir = -- 2.47.2