diff options
Diffstat (limited to 'systemd/mpd.service.in')
-rw-r--r-- | systemd/mpd.service.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in index a72eb925c..de91eb4d5 100644 --- a/systemd/mpd.service.in +++ b/systemd/mpd.service.in @@ -9,14 +9,5 @@ ExecStart=@prefix@/bin/mpd --no-daemon LimitRTPRIO=50 LimitRTTIME=-1 -# move MPD to a top-level cgroup, as real-time budget assignment fails -# in cgroup /system/mpd.service, because /system has a zero real-time -# budget; see -# http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime/ -ControlGroup=cpu:/mpd - -# assign a real-time budget -ControlGroupAttribute=cpu.rt_runtime_us 500000 - [Install] WantedBy=multi-user.target |