#!/bin/sh
. /mod/etc/conf/opendd.cfg
[ "$OPENDD_ENABLED" != "yes" ] && exit 0

case "$1" in
	online*)
		/mod/etc/init.d/rc.opendd run
		;;
esac
