summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 13:13:40 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 13:13:45 +0100
commit881763155676fdccd2d413117d980e5937e9d476 (patch)
tree1fed5ed8301a3141a50cef0166e327fd565b86bc /units
parentcf2880356eb5dae57f39e0c3c35d8598c975509c (diff)
downloadtrove-setup-881763155676fdccd2d413117d980e5937e9d476.tar.gz
More etc files and more units
Diffstat (limited to 'units')
-rw-r--r--units/morph-cache-server-write-interface.service6
-rw-r--r--units/morph-cache-server.service6
2 files changed, 12 insertions, 0 deletions
diff --git a/units/morph-cache-server-write-interface.service b/units/morph-cache-server-write-interface.service
new file mode 100644
index 0000000..3499055
--- /dev/null
+++ b/units/morph-cache-server-write-interface.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Morph cache server (write interface)
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/morph-cache-server --config=/etc/morph-cache-server-write.conf
diff --git a/units/morph-cache-server.service b/units/morph-cache-server.service
new file mode 100644
index 0000000..a205097
--- /dev/null
+++ b/units/morph-cache-server.service
@@ -0,0 +1,6 @@
+[Unit]
+Description=Morph cache server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/morph-cache-server