NAME=puppetdb DESC="${NAME} centralized storage daemon" JARFILE="puppetdb.jar" LOG_DIR="/var/log/puppetdb" # Modify this if you'd like to change the memory allocation, enable JMX, etc JAVA_ARGS="-Xmx128m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=${LOG_DIR}/puppetdb-oom.hprof " # These normally shouldn't need to be edited if using OS packages USER="puppetdb" INSTALL_DIR="/usr/share/puppetdb" CONFIG="/etc/puppetdb/conf.d"