mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
lxc: lxc-autostart service requires cgmanager (close #4018).
This commit is contained in:
parent
0a279cad1c
commit
d821125b8b
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sv check cgmanager >/dev/null || exit 1
|
||||||
lxc-autostart || exit 1
|
lxc-autostart || exit 1
|
||||||
exec chpst -b lxc-autostart pause
|
exec chpst -b lxc-autostart pause
|
||||||
|
|
|
@ -3,7 +3,7 @@ _desc="Linux Containers"
|
||||||
|
|
||||||
pkgname=lxc
|
pkgname=lxc
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-doc --enable-seccomp --enable-cgmanager
|
configure_args="--sbindir=/usr/bin --enable-doc --enable-seccomp --enable-cgmanager
|
||||||
--enable-capabilities --disable-apparmor --with-distro=none
|
--enable-capabilities --disable-apparmor --with-distro=none
|
||||||
|
|
Loading…
Add table
Reference in a new issue