projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c907d
)
add systemd service file
author
Philippe Mongeau
<ph.mongeau@gmail.com>
Tue, 21 Jan 2014 21:01:24 +0000
(16:01 -0500)
committer
Andrew Karpow
<andy@ndyk.de>
Sat, 8 Mar 2014 11:30:48 +0000
(12:30 +0100)
contrib/ympd.service
[new file with mode: 0644]
patch
|
blob
diff --git a/contrib/ympd.service
b/contrib/ympd.service
new file mode 100644
(file)
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