#!/bin/sh
################################################################################
# TmsServer This shell script takes care of starting and stopping
# the TmsServer daemons
################################################################################
#
# chkconfig: 2345 99 20
# description: TmsServer is the startup for TmsServer server daemons
# processname: tmsServer
# Source function library.
. /etc/rc.d/init.d/functions
# Source networking configuration.
. /etc/sysconfig/network
export PATH=/usr/tms/bin:$PATH
# See how we were called.
case "$1" in
start)
# Start daemons.
echo -n "Starting TmsServer System"