# Defaults for doodle initscript and cron script
# sourced by /etc/init.d/doodle and /etc/cron.daily/doodle

# Directories which doodle is going to index
DOODLE_PATH="/home"

# Default location of the doodle database
# Note: do not change - it is hardcoded into the binary
DOODLE_DBPATH="/var/lib/doodle/doodle.db"

# Additional options that are passed to doodled,
# the doodle daemon (if installed).
DAEMON_OPTS="-d ${DOODLE_DBPATH} -L /var/log/doodled.log ${DOODLE_PATH}"
