From: Philippe Mongeau Date: Tue, 21 Jan 2014 21:01:24 +0000 (-0500) Subject: add systemd service file X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=dcc4823bc3d9fab052417aae2d1b79637bb525d3;p=ympd.git add systemd service file --- diff --git a/contrib/ympd.service b/contrib/ympd.service new file mode 100644 index 0000000..d6631c2 --- /dev/null +++ b/contrib/ympd.service @@ -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