#!/bin/sh if [ -n "`/opt/bin/pidof appWeb`" ]; then /opt/bin/killall appWeb 2>/dev/null fi /opt/sbin/appWeb -r /opt/var/appWeb -f appWeb.conf &