From: William Hubbs Date: Tue, 28 Nov 2017 23:30:17 +0000 (-0600) Subject: sys-apps/openrc: in the live ebuild, add cgroups to the sysinit runlevel X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4211391ca9a4a1cf4e7711a0b76f6d133e05b4b8;p=gentoo.git sys-apps/openrc: in the live ebuild, add cgroups to the sysinit runlevel Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 15376774cd7c..4e854c493561 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -248,6 +248,9 @@ EOF ewarn "if you do not want this to happen." fi fi + + has_version ">=sys-apps/openrc-0.35" || add_boot_init cgroups sysinit + } # >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev.