aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 08:50:59 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 08:55:42 +0100
commit0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (patch)
tree2bc2299ede606d218a9387ed0d4357d556aaeff1 /systemd
parentf7669c201fc7afe651c82a062b46638b664054e3 (diff)
downloadmpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.gz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.xz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.zip
move systemd unit to directory systemd/
Diffstat (limited to 'systemd')
-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