BRIGHTD=/usr/bin/brightd
CONFIG=/etc/default/brightd

if [ -e $CONFIG ]; then
  . $CONFIG
fi

if [ -x $BRIGHTD -a "$START_BRIGHTD" = "true" ]; then
  $BRIGHTD -d $DAEMON_OPTS
fi
