summarylogtreecommitdiffstats
path: root/mpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.service')
-rw-r--r--mpd.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpd.service b/mpd.service
new file mode 100644
index 000000000000..c2ee8e7e639b
--- /dev/null
+++ b/mpd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Music Player Daemon
+
+[Service]
+ExecStart=/usr/bin/mpd --no-daemon
+
+[Install]
+WantedBy=default.target