summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-28 15:34:29 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-28 15:34:29 -0700
commita4e2913b5b44ae03876b9f124da93ba7a9457c1b (patch)
tree28276d807e5ecca65b7354fc337da27e65d966c1
parentd23dfa9953ac5bdd66a24c088a78dc3e82095ec1 (diff)
Add mpd-mpris
-rw-r--r--.config/systemd/user/mpd-mpris.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/mpd-mpris.service b/.config/systemd/user/mpd-mpris.service
new file mode 100644
index 0000000..e009f6e
--- /dev/null
+++ b/.config/systemd/user/mpd-mpris.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=mpd-mpris: An implementation of the MPRIS protocol for MPD
+Requires=mpd.service
+After=mpd.service
+
+[Service]
+ExecStart=/usr/bin/mpd-mpris -no-instance -host "localhost" -port 6600
+Restart=on-failure
+
+[Install]
+WantedBy=default.target