#!/bin/sh

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