puppet-wmdeit_ldap/templates/lsc.erb

21 lines
430 B
Plaintext

#====================================================================
# Configuration for LSC init script
# (http://www.lsc-project.org).
#====================================================================
# LSC installation
LSC_BIN="/usr/bin/lsc"
LSC_CFG_DIR="/etc/lsc"
LSC_USER="lsc"
LSC_GROUP="lsc"
LSC_PID_FILE="/var/run/lsc.pid"
LSC_TASKS="all"
LSC_PARAMS=""
# JMX
LSC_JMXPORT="1099"
# JAVA
JAVA_HOME=<%= @java_home %>