mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 13:47:41 +00:00
templates: remove legacy key from busybox
lxc.rebootsignal -> lxc.signal.reboot Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
7456fb2c44
commit
fd99824155
@ -342,7 +342,7 @@ copy_configuration()
|
|||||||
grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config
|
grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config
|
||||||
cat <<EOF >> $path/config
|
cat <<EOF >> $path/config
|
||||||
lxc.signal.halt = SIGUSR1
|
lxc.signal.halt = SIGUSR1
|
||||||
lxc.rebootsignal = SIGTERM
|
lxc.signal.reboot = SIGTERM
|
||||||
lxc.uts.name = $name
|
lxc.uts.name = $name
|
||||||
lxc.tty.max = 1
|
lxc.tty.max = 1
|
||||||
lxc.pty.max = 1
|
lxc.pty.max = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user