diff options
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 de91eb4d5..0e8eb84ba 100644 --- a/systemd/mpd.service.in +++ b/systemd/mpd.service.in @@ -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 |