# /etc/conf.d/__JBOSS__: config file for /etc/init.d/__JBOSS__ # JBoss daemon can be run with the following extra parameters # # -D[=] Set a system property # -d, --bootdir= Set the boot patch directory; Must be absolute or url # -p, --patchdir= Set the patch directory; Must be absolute or url # -n, --netboot= Boot from net with the given url as base # -c, --configuration= Set the server configuration name # -B, --bootlib= Add an extra library to the front bootclasspath # -L, --library= Add an extra library to the loaders classpath # -C, --classpath= Add an extra url to the loaders classpath # -P, --properties= Load system properties from the given url # -b, --host= Bind address for all JBoss services # -g, --partition= HA Partition name (default=DefaultDomain) # -u, --udp= UDP multicast address # -l, --log= Specify the logger plugin type # # Just add them to JBOSS_OPTIONS below JBOSS_OPTIONS="" # JBoss will run as unprivileged user below, feel free to override # Please make sure that your user is in the "jboss" group # If you change it, also make sure that /var/run/jboss has # appropriate permissions. JBOSS_USER="jboss" # JBoss needs some time to shutdown. To avoid data loss, a sleep # is required. Especially with OpenRC. SHUTDOWN_SECS="10"