diff --git a/installer/resources/wrapper.config b/installer/resources/wrapper.config index 5af46fc7e..55fd1ad90 100644 --- a/installer/resources/wrapper.config +++ b/installer/resources/wrapper.config @@ -1,3 +1,4 @@ +#encoding=UTF-8 #******************************************************************** # Wrapper Properties # @@ -27,6 +28,11 @@ #******************************************************************** # Java Application wrapper.java.command=java +# Specify a specific java binary: +#set.JAVA_HOME=/java/path +#wrapper.java.command=%JAVA_HOME%/bin/java +# Tell the Wrapper to log the full generated Java command line. +#wrapper.java.command.loglevel=INFO # Java Main class. This class must implement the WrapperListener interface # or guarantee that the WrapperManager class is initialized. Helper @@ -53,6 +59,9 @@ wrapper.java.classpath.1=$INSTALL_PATH/lib/*.jar wrapper.java.library.path.1=$INSTALL_PATH wrapper.java.library.path.2=$INSTALL_PATH/lib +# Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode. +wrapper.java.additional.auto_bits=TRUE + # Java Additional Parameters # Numbers must be consecutive (except for stripquotes) wrapper.java.additional.1=-DloggerFilenameOverride=logs/log-router-@.txt @@ -63,7 +72,7 @@ wrapper.java.additional.4.stripquotes=TRUE # On some IPv6 enabled systems, I2P and other network-enabled java applications # may fail to start. For examples see -# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044. +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044. # Two things that may help if you experience this issue # 1) "echo 0 > /proc/sys/net/ipv6/bindv6only" as root; or # 2) uncomment the next two lines: @@ -113,6 +122,8 @@ wrapper.app.parameter.1=net.i2p.router.Router #******************************************************************** # Wrapper Logging Properties #******************************************************************** +# Enables Debug output from the Wrapper. +# wrapper.debug=TRUE # Format of output for the console. (See docs for formats) wrapper.console.format=PM @@ -182,7 +193,7 @@ wrapper.ping.interval=300 # Extend this if you are getting 'JVM appears hung' shutdowns. wrapper.ping.timeout=320 -# use the wrapper's internal timer thread. otherwise this would +# use the wrapper's internal timer thread. otherwise this would # force a restart of the router during daylight savings time as well # as any time that the OS clock changes wrapper.use_system_time=false @@ -211,6 +222,15 @@ wrapper.pidfile=$SYSTEM_java_io_tmpdir/i2p.pid # Use the following instead. #wrapper.pidfile=$INSTALL_PATH/i2p.pid +#******************************************************************** +# Wrapper General Properties +#******************************************************************** +# Allow for the use of non-contiguous numbered properties +wrapper.ignore_sequence_gaps=TRUE + +# Title to use when running as a console +wrapper.console.title=I2P Service + #******************************************************************** # Wrapper NT Service Properties #********************************************************************