Blame SOURCES/0001-systemd-remove-unsupported-option-ControlGroup.patch

f36c4d
From 28f252a04151a439b62bb929a3dd2d771f7b91dd Mon Sep 17 00:00:00 2001
f36c4d
From: Michal Sekletar <msekleta@redhat.com>
f36c4d
Date: Tue, 9 Sep 2014 12:46:17 +0200
f36c4d
Subject: [PATCH] systemd: remove unsupported option ControlGroup=
f36c4d
f36c4d
---
f36c4d
 rtkit-daemon.service.in | 4 ----
f36c4d
 1 file changed, 4 deletions(-)
f36c4d
f36c4d
diff --git a/rtkit-daemon.service.in b/rtkit-daemon.service.in
f36c4d
index 3dfefa6..d0dc786 100644
f36c4d
--- a/rtkit-daemon.service.in
f36c4d
+++ b/rtkit-daemon.service.in
f36c4d
@@ -27,9 +27,5 @@ CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_PTRACE CAP_SYS_CH
f36c4d
 PrivateTmp=yes
f36c4d
 PrivateNetwork=yes
f36c4d
 
f36c4d
-# Work around the fact that the Linux currently doesn't assign any RT
f36c4d
-# budget to CPU control groups that have none configured explicitly
f36c4d
-ControlGroup=cpu:/
f36c4d
-
f36c4d
 [Install]
f36c4d
 WantedBy=graphical.target
f36c4d
-- 
f36c4d
1.8.3.1
f36c4d