From c658df9e87d65b08d5482cf04489cb0532ff83dd Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 13 Oct 2012 10:50:35 -0400 Subject: [PATCH] Merge branch 'master' of https://github.com/Mrbytes/gitblit --- distrib/gitblit | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit b/distrib/gitblit index 3fda9eb..cd1f967 100644 --- a/distrib/gitblit +++ b/distrib/gitblit @@ -5,7 +5,8 @@ GITBLIT_PATH=/opt/gitblit GITBLIT_HTTP_PORT=0 GITBLIT_HTTPS_PORT=8443 -JAVA="java -server -Xmx1024M -jar" +source ${GITBLIT_PATH}/java-proxy-config.sh +JAVA="java -server -Xmx1024M ${JAVA_PROXY_CONFIG} -Djava.awt.headless=true -jar" . /lib/lsb/init-functions -- Gitblit v1.9.1