#!/bin/bash
#------------------------------------------------------------------------------
# Init script for Helix Server.
#
# chkconfig: - 90 30
# description: Start Helix Server instance REPL_SDP_INSTANCE.
#------------------------------------------------------------------------------

export SDP_INSTANCE=REPL_SDP_INSTANCE
/p4/common/bin/p4d_base $SDP_INSTANCE $@