###########################################
# Init settings for pe-console-services
###########################################

# Location of your Java binary (version 7 or higher)
JAVA_BIN="/opt/puppetlabs/server/bin/java"

# Modify this if you'd like to change the memory allocation, enable JMX, etc
JAVA_ARGS="-Xmx192m"

# These normally shouldn't need to be edited if using OS packages
USER="pe-console-services"
GROUP="pe-console-services"
INSTALL_DIR="/opt/puppetlabs/server/apps/console-services"
CONFIG="/etc/puppetlabs/console-services/conf.d"
BOOTSTRAP_CONFIG="/etc/puppetlabs/console-services/bootstrap.cfg"
SERVICE_STOP_RETRIES=60

# START_TIMEOUT can be set here to alter the default startup timeout in
# seconds.  This is used in System-V style init scripts only, and will have no
# effect in systemd.
# START_TIMEOUT=300
