cgmanager: fix the runit service to mount the systemd cgroup subsystem.
This fixes unprivileged containers that use systemd.
This commit is contained in:
parent
21e68bbc50
commit
8e394e3e5c
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sv check dbus >/dev/null || exit 1
|
sv check dbus >/dev/null || exit 1
|
||||||
exec cgmanager -q
|
exec cgmanager -q -m name=systemd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cgmanager'
|
# Template file for 'cgmanager'
|
||||||
pkgname=cgmanager
|
pkgname=cgmanager
|
||||||
version=0.41
|
version=0.41
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
|
Loading…
Reference in New Issue