summarylogtreecommitdiffstats
path: root/diamond.service
diff options
context:
space:
mode:
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