summarylogtreecommitdiffstats
path: root/wrapper.config
diff options
context:
space:
mode:
authorskydrome2015-09-21 23:13:14 -0400
committerskydrome2015-09-21 23:13:14 -0400
commitbe067c1480a8bb7eab5d01c107432e22e86c17b1 (patch)
treec55b1590ff704a86c0d6d230edbe0420fc57d4d5 /wrapper.config
parent503761ca9a24c877e7864ddd6c034c9baf33ae47 (diff)
downloadaur-be067c1480a8bb7eab5d01c107432e22e86c17b1.tar.gz
cleanup
Diffstat (limited to 'wrapper.config')
-rw-r--r--wrapper.config12
1 files changed, 2 insertions, 10 deletions
diff --git a/wrapper.config b/wrapper.config
index c180b73e2066..ed49077b6403 100644
--- a/wrapper.config
+++ b/wrapper.config
@@ -7,7 +7,6 @@ wrapper.java.command=/usr/lib/jvm/default/bin/java
# or guarantee that the WrapperManager class is initialized. Helper
# classes are provided to do this for you. See the Integration section
# of the documentation for details.
-#wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.java.mainclass=freenet.node.NodeStarter
# Java Classpath (include wrapper.jar) Add class path elements as
@@ -48,7 +47,8 @@ wrapper.app.parameter.1=/opt/freenet/conf/freenet.ini
# Wrapper Logging Properties
#********************************************************************
# Enables Debug output from the Wrapper.
-# wrapper.debug=TRUE
+#wrapper.debug=TRUE
+
# Format of output for the console. (See docs for formats)
wrapper.console.format=PM
@@ -117,11 +117,6 @@ 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
-# 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
-
# pid file for the JVM
# Directory must exist or the wrapper will fail to start.
wrapper.java.pidfile=/run/freenet/freenet.pid
@@ -135,9 +130,6 @@ wrapper.ignore_sequence_gaps=TRUE
# Title to use when running as a console
wrapper.console.title=Freenet 0.7
-#wrapper.anchorfile=Freenet.anchor
-#wrapper.anchor.poll_interval=1
-
# Set permissions used when creating files
# See http://wrapper.tanukisoftware.com/doc/english/prop-umask.html
# for a detailed explanation of these settings.