aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/user/mpd@.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/mpd@.service')
-rw-r--r--.config/systemd/user/mpd@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/mpd@.service b/.config/systemd/user/mpd@.service
new file mode 100644
index 0000000..6bde606
--- /dev/null
+++ b/.config/systemd/user/mpd@.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Music Player Daemon
+After=network.target sound.target
+Conflicts=mpd.service
+
+[Service]
+ExecStart=/usr/bin/mpd --no-daemon %h/.config/mpd/mpd-%i.conf
+LimitRTPRIO=75
+LimitRTTIME=infinity
+
+[Install]
+WantedBy=default.target