summarylogtreecommitdiffstats
path: root/diamond.service
diff options
context:
space:
mode:
authorJustin Dray2015-06-02 17:32:54 +1000
committerJustin Dray2015-06-02 17:32:54 +1000
commite11cde0059425ebad724caf5081baf026a60a319 (patch)
treefd83a7f2a72987aca77173648f40b551237886f7 /diamond.service
downloadaur-e11cde0059425ebad724caf5081baf026a60a319.tar.gz
Added diamond
Diffstat (limited to 'diamond.service')
-rw-r--r--diamond.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/diamond.service b/diamond.service
new file mode 100644
index 000000000000..6313cea9487b
--- /dev/null
+++ b/diamond.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Diamond daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/diamond --foreground --log-stdout
+
+[Install]
+WantedBy=multi-user.target