diff options
-rw-r--r-- | .config/systemd/user/mpd@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/mpd@.service b/.config/systemd/user/mpd@.service index abf1504..0e273cc 100644 --- a/.config/systemd/user/mpd@.service +++ b/.config/systemd/user/mpd@.service @@ -4,7 +4,7 @@ After=network.target sound.target Conflicts=mpd.service [Service] -ExecStart=/usr/bin/mpd --no-daemon %h/.config/mpd/mpd-%i.conf +ExecStart=/usr/bin/mpd --no-daemon %h/.config/mpd/%i.conf LimitRTPRIO=75 LimitRTTIME=infinity ProtectSystem=yes |