add systemd service file

This commit is contained in:
Philippe Mongeau 2014-01-21 16:01:24 -05:00 committed by Andrew Karpow
parent a9c907d6b1
commit dcc4823bc3
1 changed files with 10 additions and 0 deletions

10
contrib/ympd.service Normal file
View File

@ -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