# /etc/conf.d/coherence: config file for /etc/init.d/coherence # Run Coherence as this user. # NOTE: For security reasons do not run Coherence as root. COHERENCE_USER="coherence" # Run Coherence as this group. # NOTE: For security reasons do not run Coherence as root. COHERENCE_GROUP="coherence" # Path to Coherence config file. COHERENCE_CONFIG="/etc/coherence.conf" # Path to Coherence pid file. COHERENCE_PIDFILE="/var/run/coherence.pid" # Coherence server port. # NOTE: If set to 0, OS chooses the port. COHERENCE_PORT=30020 # Coherence interface. # NOTE: The interface that Coherence will bind to. # UPSTREAM BUG: This option is not working right now for the command line. # Change it inside the /etc/coherence.conf COHERENCE_INTERFACE="eth0" # Path to Coherence log file. # UPSTREAM BUG: This option is not working right now for the command line. # Change it inside the /etc/coherence.conf COHERENCE_LOGFILE="/var/log/coherence/coherence.log" # Other options you want to pass to Coherence. COHERENCE_OPTIONS=""