File: doodle.default

package info (click to toggle)
doodle 0.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,680 kB
  • ctags: 684
  • sloc: sh: 10,839; ansic: 7,793; java: 152; makefile: 140; sed: 16
file content (13 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Defaults for doodle
# sourced by /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/doodle.log"