summarylogtreecommitdiffstats
path: root/restheart.conf
diff options
context:
space:
mode:
authorRadek Podgorny2018-03-30 02:13:36 +0200
committerRadek Podgorny2018-03-30 02:13:36 +0200
commit5360ae12b0b2a1a569c579bc2e15686886d5f558 (patch)
tree261ba581e0f63c7c326f99443f906e782846fa34 /restheart.conf
downloadaur-5360ae12b0b2a1a569c579bc2e15686886d5f558.tar.gz
initial commit
Diffstat (limited to 'restheart.conf')
-rw-r--r--restheart.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/restheart.conf b/restheart.conf
new file mode 100644
index 000000000000..813a19672a8f
--- /dev/null
+++ b/restheart.conf
@@ -0,0 +1,9 @@
+JAVA=/usr/bin/java
+JAVA_ARGS=-Xmx512m
+JAVA_OPTS=
+RESTHEART_USER=restheart
+RESTHEART_JAR=/usr/share/java/restheart/restheart.jar
+RESTHEART_OPTS=/etc/restheart/restheart.yml
+RESTHEART_COMMAND_LINE="$JAVA $JAVA_ARGS $JAVA_OPTS -jar $RESTHEART_JAR $RESTHEART_OPTS"
+
+# vim:set ts=2 sw=2 et: