From 24867017d5af9bd29805ffb8baf8993036e48521 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 16:53:26 +0100 Subject: mpd@.service: Unify config naming .config/systemd/user/mpd@.service: Remove the requirement of the mpd- prefix from the configuration loadable by the service --- .config/systemd/user/mpd@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3