summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-12-15 22:05:21 +0100
committerMax Kellermann <max@duempel.org>2015-12-15 22:05:21 +0100
commit9bc0fada5c6737e255d63762da5caa43cafccfc2 (patch)
tree13c790312ecd5c5411769dcff4ce9e5da912e96b /systemd
parent019aea3d63f58e5a7ee2718f12723e0f5f4e22e5 (diff)
parent82e261ad33ebb1021d82b9f20a06d8b6913a779b (diff)
Merge tag 'v0.19.12'
release v0.19.12
Diffstat (limited to 'systemd')
-rw-r--r--systemd/mpd.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in
index 6dce7d93d..09a5ad2a5 100644
--- a/systemd/mpd.service.in
+++ b/systemd/mpd.service.in
@@ -8,7 +8,7 @@ ExecStart=@prefix@/bin/mpd --no-daemon
# allow MPD to use real-time priority 50
LimitRTPRIO=50
-LimitRTTIME=-1
+LimitRTTIME=infinity
# disallow writing to /usr, /bin, /sbin, ...
ProtectSystem=yes