#!/bin/bash #============================================================================== # Copyright and license info is available in the LICENSE file included with # the Server Deployment Package (SDP), and also available online: # https://swarm.workshop.perforce.com/projects/perforce-software-sdp/view/main/LICENSE #------------------------------------------------------------------------------ # # Use chkconfig --add p4web_REPL_SDP_INSTANCE_init to set up the script to start and stop automatically. # Perforce Web Init Script. # chkconfig: - 90 30 # description: Start Perforce web instance REPL_SDP_INSTANCE # Source config for p4web_REPL_SDP_INSTANCE instance source /p4/common/bin/p4_vars REPL_SDP_INSTANCE || exit 1 source /p4/common/bin/p4web_base $1