The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1755
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === lxc.rebootsignal -> lxc.signal.reboot Signed-off-by: Christian Brauner <[email protected]>
From fd99824155bddb26749f0c5f3ff7969dad3b9722 Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Tue, 22 Aug 2017 00:02:28 +0200 Subject: [PATCH] templates: remove legacy key from busybox lxc.rebootsignal -> lxc.signal.reboot Signed-off-by: Christian Brauner <[email protected]> --- templates/lxc-busybox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index f27efa9ef..fa7c78ff7 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -342,7 +342,7 @@ copy_configuration() grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config cat <<EOF >> $path/config lxc.signal.halt = SIGUSR1 -lxc.rebootsignal = SIGTERM +lxc.signal.reboot = SIGTERM lxc.uts.name = $name lxc.tty.max = 1 lxc.pty.max = 1
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
