openfire-sysconfig 1.03 KB
Newer Older
1
# Set this to the path where openfire lives.
Daniel Henninger's avatar
Daniel Henninger committed
2 3
# If this is not set the script will look for /usr/local/openfire, then
# /opt/openfire.
4 5 6
#OPENFIRE_HOME=""

# If there is a different user you would like to run openfire as,
7 8
# change the following line.
#OPENFIRE_USER="daemon"
9 10

# If you wish to change the location of the openfire pid file,
11
# change the following line.
Daniel Henninger's avatar
Daniel Henninger committed
12
#OPENFIRE_PIDFILE="/var/run/openfire.pid"
13 14 15 16 17 18 19 20

# 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="/some/where/logs"

21 22 23 24
# If you wish to set any specific options to pass to the JVM, you can
# set them with the following variable.
#OPENFIRE_OPTS="-Xmx1024m"

25 26 27
# If you wish to override the auto-detected JAVA_HOME variable, uncomment
# and change the following line.
#JAVA_HOME=/usr/java/default