SOURCES: openfire.sysconfig (NEW) - use our sysconfig file for openfire

paszczus paszczus at pld-linux.org
Wed Aug 27 10:22:54 CEST 2008


Author: paszczus                     Date: Wed Aug 27 08:22:54 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use our sysconfig file for openfire

---- Files affected:
SOURCES:
   openfire.sysconfig (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openfire.sysconfig
diff -u /dev/null SOURCES/openfire.sysconfig:1.1
--- /dev/null	Wed Aug 27 10:22:55 2008
+++ SOURCES/openfire.sysconfig	Wed Aug 27 10:22:49 2008
@@ -0,0 +1,27 @@
+# Set this to the path where openfire lives.
+# If this is not set the script will look for /usr/local/openfire, then
+# /opt/openfire.
+OPENFIRE_HOME="/usr/share/openfire"
+
+# If there is a different user you would like to run openfire as,
+# change the following line.
+OPENFIRE_USER="openfire"
+
+# If you wish to change the location of the openfire pid file,
+# change the following line.
+OPENFIRE_PIDFILE="/var/run/openfire.pid"
+
+# If you wish to explictly specific the location of the log directory,
+# you can set it here.  Note that this applies to the logs generated outside
+# openfire itself.  If you want to change the location of openfire's own
+# logs, see the system property 'log.directory'.  If this is not set,
+# it will default to $OPENFIRE_HOME/logs.
+OPENFIRE_LOGDIR="/var/log/openfire"
+
+# If you wish to set any specific options to pass to the JVM, you can
+# set them with the following variable.
+#OPENFIRE_OPTS="-Xmx1024m"
+
+# If you wish to override the auto-detected JAVA_HOME variable, uncomment
+# and change the following line.
+JAVA_HOME="/usr/lib/java"
================================================================


More information about the pld-cvs-commit mailing list