start()
{
start_daemon --lockfile "$LOCKFILE" $HCID
start_daemon --lockfile "$LOCKFILE" --background $HCID
RETVAL=$?
return $RETVAL
}