summarylogtreecommitdiffstats
path: root/orientdb.service
diff options
context:
space:
mode:
authorNeng Xu2015-06-16 15:34:12 -0700
committerNeng Xu2015-06-16 15:34:12 -0700
commitf67bf16496ecbb18b8595ad0cffb6543a0243d12 (patch)
tree0d85fd39a52572560c6dcc97254a4f2b7c447be4 /orientdb.service
downloadaur-f67bf16496ecbb18b8595ad0cffb6543a0243d12.tar.gz
2.0.10-1
Diffstat (limited to 'orientdb.service')
-rw-r--r--orientdb.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/orientdb.service b/orientdb.service
new file mode 100644
index 000000000000..30a7142b86c1
--- /dev/null
+++ b/orientdb.service
@@ -0,0 +1,14 @@
+#
+# Service config for OrientDB version 1.7-rc1
+#
+[Unit]
+Description=OrientDB The Graph-Document NoSQL - Community Edition
+
+[Service]
+Type=simple
+User=orient
+ExecStart=/opt/orientdb/bin/server.sh
+ExecStop=/opt/orientdb/bin/shutdown.sh
+
+[Install]
+WantedBy=multi-user.target