aboutsummaryrefslogtreecommitdiffstats
path: root/mpd.service.in
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 /mpd.service.in
parentf7669c201fc7afe651c82a062b46638b664054e3 (diff)
downloadmpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.gz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.xz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.zip
move systemd unit to directory systemd/
Diffstat (limited to 'mpd.service.in')
-rw-r--r--mpd.service.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/mpd.service.in b/mpd.service.in
deleted file mode 100644
index 65fffa7bb..000000000
--- a/mpd.service.in
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Music Player Daemon
-After=network.target sound.target
-
-[Service]
-ExecStart=@prefix@/bin/mpd --no-daemon
-
-[Install]
-WantedBy=multi-user.target