lxc: lxc-autostart service requires cgmanager (close #4018).
This commit is contained in:
parent
0a279cad1c
commit
d821125b8b
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
sv check cgmanager >/dev/null || exit 1
|
||||
lxc-autostart || exit 1
|
||||
exec chpst -b lxc-autostart pause
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user