]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
templates: remove legacy key from busybox 1755/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 21 Aug 2017 22:02:28 +0000 (00:02 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 21 Aug 2017 22:02:28 +0000 (00:02 +0200)
lxc.rebootsignal -> lxc.signal.reboot

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
templates/lxc-busybox.in

index f27efa9ef338b8e8ed48dcf749d509e36cc18ac5..fa7c78ff79a998942a8bfddca973868c2fc88a1b 100644 (file)
@@ -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