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

#
# This is a POSIX shell fragment
#

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

#RUN_AS_USER="user"

if test -x /usr/sbin/dsmetool; then
	USE_DSMETOOL="yes"
else
	USE_DSMETOOL="no"
fi

