start() {
prepconfig || return 1
ebegin "Starting dictd"
start-stop-daemon --start --quiet --exec /usr/sbin/dictd -- ${DICTD_OPTS}
start-stop-daemon --start --quiet -p ${DICTD_PID} --exec /usr/sbin/dictd -- --pid-file ${DICTD_PID} ${DICTD_OPTS}
eend $?
}
stop() {
ebegin "Stopping dictd"
start-stop-daemon --stop --quiet --exec /usr/sbin/dictd
start-stop-daemon --stop --quiet -p ${DICTD_PID} --exec /usr/sbin/dictd