summaryrefslogtreecommitdiffstats
path: root/rtkit-daemon.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'rtkit-daemon.service.in')
-rw-r--r--rtkit-daemon.service.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtkit-daemon.service.in b/rtkit-daemon.service.in
index 84d6b81..5b82a82 100644
--- a/rtkit-daemon.service.in
+++ b/rtkit-daemon.service.in
@@ -17,13 +17,15 @@
[Unit]
Description=RealtimeKit Scheduling Policy Service
-After=syslog.target
[Service]
ExecStart=@LIBEXECDIR@/rtkit-daemon
Type=dbus
BusName=org.freedesktop.RealtimeKit1
NotifyAccess=main
+
+# 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]