Scott Reeves
903b8e1c96
- do not specify the cpu: ControlGroup, unsupported by systemd currently. bnc#847948 OBS-URL: https://build.opensuse.org/request/show/224106 OBS-URL: https://build.opensuse.org/package/show/Base:System/rtkit?expand=0&rev=23
15 lines
541 B
Diff
15 lines
541 B
Diff
Index: rtkit-0.11_git201205151338/rtkit-daemon.service.in
|
|
===================================================================
|
|
--- rtkit-0.11_git201205151338.orig/rtkit-daemon.service.in
|
|
+++ rtkit-0.11_git201205151338/rtkit-daemon.service.in
|
|
@@ -29,7 +29,8 @@ 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:/
|
|
+# Not specified by systemd currently.
|
|
+# ControlGroup=cpu:/
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|