lxc: use SIGCONT to halt void containers.
This commit is contained in:
parent
dbf5bfe327
commit
2486d2915c
|
@ -1,6 +1,8 @@
|
|||
# Default pivot location
|
||||
#lxc.pivotdir = lxc_putold
|
||||
|
||||
lxc.haltsignal = SIGCONT
|
||||
|
||||
# Default mount entries
|
||||
lxc.mount.entry = run run tmpfs rw,nosuid,nodev,mode=755 0 0
|
||||
lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0
|
||||
|
|
|
@ -3,7 +3,7 @@ _desc="Linux Containers"
|
|||
|
||||
pkgname=lxc
|
||||
version=1.0.5
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
||||
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
||||
|
|
Loading…
Reference in New Issue