lxc: lxc-autostart service requires cgmanager (close #4018).

This commit is contained in:
Juan RP 2016-04-27 08:37:43 +02:00
parent 0a279cad1c
commit d821125b8b
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
sv check cgmanager >/dev/null || exit 1
lxc-autostart || exit 1
exec chpst -b lxc-autostart pause

View file

@ -3,7 +3,7 @@ _desc="Linux Containers"
pkgname=lxc
version=2.0.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --enable-doc --enable-seccomp --enable-cgmanager
--enable-capabilities --disable-apparmor --with-distro=none