#!/bin/bash
# chkconfig: - 90 30
### BEGIN INIT INFO
# Provides:          Perforce Server
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Perforce Server
# Description:       Perforce Server
### END INIT INFO

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