#!/bin/sh [ -f `which rsvcServer` ] || exit 0 [ -f /var/log/cdevGateway.log ] || exit 0 if [ "`whoami`" = "nobody" ] ;then export CDEV_NAME_SERVER=`hostname -s` rsvcServer >/var/log/cdevGateway.log 2>&1 & echo -n $! fi exit 0