# Defaults for perlbal initscript
# sourced by /etc/init.d/perlbal
# installed at /etc/default/perlbal by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Change to 'true' to launch perlbal via init system.
PERLBAL_ENABLE=false

# Naming a user to run as is required.
USER=www-data

# Naming a group to run as is optional.
#GROUP=www-data

# Additional options that are passed to the Daemon.
#EXTRA_OPTS=""
