cgmanager: fix the runit service to mount the systemd cgroup subsystem.
This fixes unprivileged containers that use systemd.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user