#!/bin/sh
#replacement script for restartserver
/etc/rc.d/init.d/conserver stop
/etc/rc.d/init.d/conserver start
