#!/bin/sh

SCRIPTDIR=`dirname $0`

# Argument to Karaf is optional. 
# Provides ability to start Karaf in different modes, e.g., server, client, etc.
# Actually invoke ddf to gain restart support
$SCRIPTDIR/ddf "$1"
