From: Christian Brauner Date: Mon, 21 Aug 2017 22:02:28 +0000 (+0200) Subject: templates: remove legacy key from busybox X-Git-Tag: lxc-2.1.0~20^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1755%2Fhead;p=thirdparty%2Flxc.git templates: remove legacy key from busybox lxc.rebootsignal -> lxc.signal.reboot Signed-off-by: Christian Brauner --- 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