Commit 77aaf1ba authored by Christian Hesse's avatar Christian Hesse Committed by Max Kellermann

fix LimitRTTIME in systemd unit file

systemd does not understand LimitRTTIME=-1. For no limit we have to use the string 'infinity' (see systemd.exec(5)). Signed-off-by: 's avatarChristian Hesse <mail@eworm.de>
parent 6626c2d0
ver 0.19.12 (not yet released)
* fix build failure on non-Linux systems
* fix LimitRTTIME in systemd unit file
ver 0.19.11 (2015/10/27)
* tags
......
......@@ -7,7 +7,7 @@ ExecStart=@prefix@/bin/mpd --no-daemon
# allow MPD to use real-time priority 50
LimitRTPRIO=50
LimitRTTIME=-1
LimitRTTIME=infinity
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment