[Lunar-commits] <moonbase> mpd: added systemd service file
Jean-Michel Bruenn
wdp at lunar-linux.org
Mon Aug 15 20:10:08 CEST 2011
commit b4f64f0eee782fb08b799ce63353bfda72a2d091
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date: Mon Aug 15 20:10:08 2011 +0200
mpd: added systemd service file
---
audio/mpd/systemd.d/mpd.service | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/audio/mpd/systemd.d/mpd.service b/audio/mpd/systemd.d/mpd.service
new file mode 100644
index 0000000..dcca0cb
--- /dev/null
+++ b/audio/mpd/systemd.d/mpd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Music Player Daemon
+After=sound.target
+
+[Service]
+ExecStart=/usr/bin/mpd --no-daemon /etc/mpd.conf
+
+[Install]
+WantedBy=multi-user.target
More information about the Lunar-commits
mailing list