fi
}
function restart() {
parseOptions
stop
sleep 2
start
# See how we were called.
case "$1" in
;;
restart)
restart
condrestart)
if [ -f "/var/run/${NAME}.pid" ]; then