aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/mpd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/mpd.service.in')
-rw-r--r--systemd/mpd.service.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/mpd.service.in b/systemd/mpd.service.in
new file mode 100644
index 000000000..65fffa7bb
--- /dev/null
+++ b/systemd/mpd.service.in
@@ -0,0 +1,9 @@
+[Unit]
+Description=Music Player Daemon
+After=network.target sound.target
+
+[Service]
+ExecStart=@prefix@/bin/mpd --no-daemon
+
+[Install]
+WantedBy=multi-user.target