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