File: 0002-Drop-Removed-ControlGroup-stanza.patch

package info (click to toggle)
rtkit 0.11-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,088 kB
  • sloc: sh: 4,140; ansic: 2,649; makefile: 89
file content (17 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Drop removed ControlGroup stanza
 Systemd >= 205 do not have this directive anymore.
 This is not a problem for us because the debian kernel does not have
 CONFIG_RT_GROUP_SCHED enabled, so rt budgets are not per-cgroup
Bug-Debian: 747568
--- a/rtkit-daemon.service.in
+++ b/rtkit-daemon.service.in
@@ -27,9 +27,5 @@ CapabilityBoundingSet=CAP_SYS_NICE CAP_D
 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