diff options
author | David Runge <dave@sleepmap.de> | 2021-02-07 16:53:26 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-07 16:53:26 +0100 |
commit | 24867017d5af9bd29805ffb8baf8993036e48521 (patch) | |
tree | 5c19a606e8a65ea30260bbadeb18aad0fd9c15eb | |
parent | 4e4945a6fa9dd24f26200ea82260191055170109 (diff) | |
download | dotfiles-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@.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 |