From 6c28e20c0be2f616a025059fda0ffac84e7f4f17 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Wed, 5 Oct 2016 17:15:22 +0200 Subject: Drop removed ControlGroup stanza Systemd >= 205 do not have this directive anymore. --- rtkit-daemon.service.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rtkit-daemon.service.in b/rtkit-daemon.service.in index 3dfefa6..d0dc786 100644 --- a/rtkit-daemon.service.in +++ b/rtkit-daemon.service.in @@ -27,9 +27,5 @@ CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_PTRACE CAP_SYS_CH 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 -- cgit