pacho 14/12/19 10:48:19 Added: rtkit-0.11-controlgroup.patch Log: Fix compat with current systemd versions (#479926 by Ulenrich and Bernd Feige), drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.1 sys-auth/rtkit/files/rtkit-0.11-controlgroup.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/files/rtkit-0.11-controlgroup.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/files/rtkit-0.11-controlgroup.patch?rev=1.1&content-type=text/plain Index: rtkit-0.11-controlgroup.patch =================================================================== diff --git rtkit-0.11/rtkit-daemon.service.in~ rtkit-0.11/rtkit-daemon.service.in index 3dfefa6..d0dc786 100644 --- rtkit-0.11/rtkit-daemon.service.in~ +++ rtkit-0.11/rtkit-daemon.service.in @@ -27,9 +27,5 @@ CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_PTRACE CAP_SYS_CH PrivateTmp=yes PrivateNetwork=yes -# Work around the fact that the Linux currently doesn't assign any RT -# budget to CPU control groups that have none configured explicitly -ControlGroup=cpu:/ - [Install] WantedBy=graphical.target
