[jetty9] 124/135: Moved the Java options before the Jetty options in /etc/default/jetty9

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 17 14:53:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jetty9.

commit fbcdf57092f28e2befb4caa0eed6620953c43a3b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Dec 3 17:58:56 2015 +0100

    Moved the Java options before the Jetty options in /etc/default/jetty9
---
 debian/jetty9.default | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/jetty9.default b/debian/jetty9.default
index 3edb499..e540543 100644
--- a/debian/jetty9.default
+++ b/debian/jetty9.default
@@ -1,5 +1,3 @@
-# Defaults for jetty see /etc/init.d/jetty9 for more
-
 # change to 1 to prevent Jetty from starting
 NO_START=0
 
@@ -10,20 +8,20 @@ VERBOSE=yes
 # Set this to an empty string to prevent Jetty from starting automatically
 #JETTY_USER=jetty
 
-# Timeout in seconds for the shutdown of all webapps
-#JETTY_SHUTDOWN=30
-
-# Additional arguments to pass to Jetty    
-#JETTY_ARGS=
-
-# Extra options to pass to the JVM         
-#JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true"
-
 # The home directory of the Java Runtime Environment (JRE). You need at least
 # Java 6. If JAVA_HOME is not set, some common directories for OpenJDK and
 # the Oracle JDK are tried.
 #JAVA_HOME=
 
+# Extra options to pass to the JVM
+#JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true"
+
+# Timeout in seconds for the shutdown of all webapps
+#JETTY_SHUTDOWN=30
+
+# Additional arguments to pass to Jetty
+#JETTY_ARGS=
+
 # Jetty uses a directory to store temporary files like unpacked webapps
 #JETTY_TMP=/var/cache/jetty9
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git



More information about the pkg-java-commits mailing list