diff --git a/debian/init b/debian/init index 4b8c2f8717..00304b6c10 100644 --- a/debian/init +++ b/debian/init @@ -38,6 +38,8 @@ if [ -z "$JVM_OPTS" ]; then exit 3 fi +export JVM_OPTS + # Export JAVA_HOME, if set. [ -n "$JAVA_HOME" ] && export JAVA_HOME