add systemd service file
authorPhilippe Mongeau <ph.mongeau@gmail.com>
Tue, 21 Jan 2014 21:01:24 +0000 (16:01 -0500)
committerAndrew Karpow <andy@ndyk.de>
Sat, 8 Mar 2014 11:30:48 +0000 (12:30 +0100)
contrib/ympd.service [new file with mode: 0644]

diff --git a/contrib/ympd.service b/contrib/ympd.service
new file mode 100644 (file)
index 0000000..d6631c2
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=ympd server daemon
+Requires=network.target local-fs.target
+
+[Service]
+ExecStart=/usr/bin/ympd
+Type=simple
+
+[Install]
+WantedBy=multi-user.target