summarylogtreecommitdiffstats
path: root/aurora-startup.sh
diff options
context:
space:
mode:
authorHaralds2017-03-02 02:20:23 +0000
committerHaralds2017-03-02 02:20:23 +0000
commitd438813c861f105507ae620ce1e752b28080e3d8 (patch)
tree7a7688501876992958effaee7bc543d5b3fee995 /aurora-startup.sh
downloadaur-d438813c861f105507ae620ce1e752b28080e3d8.tar.gz
initial commit
Diffstat (limited to 'aurora-startup.sh')
-rw-r--r--aurora-startup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/aurora-startup.sh b/aurora-startup.sh
new file mode 100644
index 000000000000..ca3939eecaf0
--- /dev/null
+++ b/aurora-startup.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+source /etc/aurora-env.sh
+JAVA_OPTS="${JAVA_OPTS[*]}" exec "$AURORA_HOME/bin/aurora-scheduler" "${AURORA_FLAGS[@]}"