diff options
author | Max Kellermann <max@duempel.org> | 2015-12-15 22:05:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-12-15 22:05:21 +0100 |
commit | 9bc0fada5c6737e255d63762da5caa43cafccfc2 (patch) | |
tree | 13c790312ecd5c5411769dcff4ce9e5da912e96b /systemd | |
parent | 019aea3d63f58e5a7ee2718f12723e0f5f4e22e5 (diff) | |
parent | 82e261ad33ebb1021d82b9f20a06d8b6913a779b (diff) |
Merge tag 'v0.19.12'
release v0.19.12
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/mpd.service.in | 2 |
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 |