# /etc/default/lbcd -- Defaults for the lbcd init script.  -*- sh -*-
#
# This file is sourced by /etc/init.d/lbcd and is used to configure the
# behavior of the init script.  This file must follow standard POSIX shell
# syntax.

# To not start lbcd at boot commount or remove this line
NO_START=0

# Additional options to pass to lbcd.  This is the place to put -R, -c, or
# any similar options that are needed.
DAEMON_OPTS=""
