cgmanager: fix the runit service to mount the systemd cgroup subsystem.

This fixes unprivileged containers that use systemd.
This commit is contained in:
Juan RP 2016-04-18 13:17:40 +02:00
parent 21e68bbc50
commit 8e394e3e5c
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
sv check dbus >/dev/null || exit 1
exec cgmanager -q
exec cgmanager -q -m name=systemd

View File

@ -1,7 +1,7 @@
# Template file for 'cgmanager'
pkgname=cgmanager
version=0.41
revision=2
revision=3
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
hostmakedepends="automake libtool pkg-config"