head     1.1;
branch   1.1.1;
access   ;
symbols  initial:1.1.1.1 java_apache:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     98.05.18.23.37.39;  author ross;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     98.05.18.23.37.39;  author ross;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh

######################################################
#
# Simple script that restarts the JServ server.
#

#######################################################
#
# File that contains the pid of JServ
#
JSERV_LOCK_FILE=/var/lock/jserv.pid

echo "Restarting JServ..."
kill -SIGHUP `cat ${JSERV_LOCK_FILE}`
@


1.1.1.1
log
@
@
text
@@
