# Defaults for obexsrv initscript
# sourced by /etc/init.d/obexsrv
# installed at /etc/default/obexsrv 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

