summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-15 14:51:43 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-15 15:25:40 +0200
commit25cde0b63914984ffcdd7df1cfaa803f5d7317b7 (patch)
tree2348d0a894553a29c1f75a9d87454dfd5026d36c
parent7bf411e4f60e80d835f65768df1041a79683f6ca (diff)
systemd: update unit file a bit
-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]