#!/bin/sh

echo -n "Starting rdd ..."
echo -n ""

export LD_LIBRARY_PATH=/opt/usr/lib
exec /usr/bin/rdd /etc/rsm/rdd.conf

