From 25cde0b63914984ffcdd7df1cfaa803f5d7317b7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 May 2012 14:51:43 +0200 Subject: systemd: update unit file a bit --- rtkit-daemon.service.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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] -- cgit