[Lunar-commits] <moonbase> nas: added systemd service file

Jean-Michel Bruenn wdp at lunar-linux.org
Mon Aug 15 20:10:53 CEST 2011


commit 0598414e622e926de249f58c080b91e5096f5f84
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Mon Aug 15 20:10:53 2011 +0200

    nas: added systemd service file
---
 audio/nas/systemd.d/nasd.service |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/audio/nas/systemd.d/nasd.service b/audio/nas/systemd.d/nasd.service
new file mode 100644
index 0000000..6eec553
--- /dev/null
+++ b/audio/nas/systemd.d/nasd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network Audio System
+After=sound.target
+
+[Service]
+ExecStart=/usr/bin/nasd
+
+[Install]
+WantedBy=multi-user.target


More information about the Lunar-commits mailing list