#! /bin/sh

case "$1" in

    start)
	echo "Starting heart beat led"
	getcfg start_hbled
	;;

esac

exit 0

