lxc: use SIGCONT to halt void containers.

This commit is contained in:
Juan RP 2014-08-08 11:32:37 +02:00
parent dbf5bfe327
commit 2486d2915c
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"