add systemd service file
authorPhilippe Mongeau <ph.mongeau@gmail.com>
Tue, 21 Jan 2014 21:01:24 +0000 (16:01 -0500)
committerPhilippe Mongeau <ph.mongeau@gmail.com>
Tue, 21 Jan 2014 21:01:24 +0000 (16:01 -0500)
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