From fd99824155bddb26749f0c5f3ff7969dad3b9722 Mon Sep 17 00:00:00 2001 From: Christian Brauner 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 --- 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 <> $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