From 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c Mon Sep 17 00:00:00 2001 From: Mrbytes <eguervos@msn.com> Date: Thu, 04 Oct 2012 06:40:24 -0400 Subject: [PATCH] GitBlitWebApp_es.properties: Updated with the new "fork" changes Other small corrections of syntax --- distrib/gitblit-centos | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit-centos b/distrib/gitblit-centos index 387d1fb..c608097 100644 --- a/distrib/gitblit-centos +++ b/distrib/gitblit-centos @@ -1,5 +1,6 @@ #!/bin/bash # chkconfig: 3 21 91 +# description: Starts and Stops gitblit # Source function library. . /etc/init.d/functions @@ -7,7 +8,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" RETVAL=0 -- Gitblit v1.9.1