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 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 |