aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-02-07 16:53:26 +0100
committerDavid Runge <dave@sleepmap.de>2021-02-07 16:53:26 +0100
commit24867017d5af9bd29805ffb8baf8993036e48521 (patch)
tree5c19a606e8a65ea30260bbadeb18aad0fd9c15eb
parent4e4945a6fa9dd24f26200ea82260191055170109 (diff)
downloaddotfiles-24867017d5af9bd29805ffb8baf8993036e48521.tar.gz
dotfiles-24867017d5af9bd29805ffb8baf8993036e48521.tar.bz2
dotfiles-24867017d5af9bd29805ffb8baf8993036e48521.tar.xz
dotfiles-24867017d5af9bd29805ffb8baf8993036e48521.zip
mpd@.service: Unify config naming
.config/systemd/user/mpd@.service: Remove the requirement of the mpd- prefix from the configuration loadable by the service
-rw-r--r--.config/systemd/user/mpd@.service2
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