#!/bin/sh

echo Starting BossJob publisher
java -Dexechost=${HOSTNAME} -DRGMA_PROPS=$RGMA_PROPS -Dlog4j.configuration=$LOG4J_PROPS go $1 $2
