diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-08 09:32:37 +0000 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-08 09:32:37 +0000 |
commit | 2486d2915c2d2bc1fa62052e32c437ca941a1787 (patch) | |
tree | 8a4c213184c3cd2958948d64e1f30ba9831050af | |
parent | dbf5bfe32708a8a126f23630822e7a1bdb3b711b (diff) | |
download | void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar.gz void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar.bz2 void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar.lz void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar.xz void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.tar.zst void-packages-2486d2915c2d2bc1fa62052e32c437ca941a1787.zip |
lxc: use SIGCONT to halt void containers.
-rw-r--r-- | srcpkgs/lxc/files/void.common.conf | 2 | ||||
-rw-r--r-- | srcpkgs/lxc/template | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/srcpkgs/lxc/files/void.common.conf b/srcpkgs/lxc/files/void.common.conf index e06bf24ebbb..f9f99ef061d 100644 --- a/srcpkgs/lxc/files/void.common.conf +++ b/srcpkgs/lxc/files/void.common.conf @@ -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 diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 9a6b7df0694..4948815fea0 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -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" |