path: pgpool2_4.7.1-1/src/redhat/pgpool.init echo -n "$PGPOOL_START" if [ -n "`pidofproc -p $pidfile $PGPOOLDAEMON`" ] then echo_success path: pgpool2_4.7.1-1/src/redhat/pgpool.init echo -n "$PGPOOL_RELOAD" if [ -n "`pidofproc -p $pidfile $PGPOOLDAEMON`" ] then $SU -l $PGPOOLUSER -c "$PGPOOLDAEMON -f $PGPOOLCONF reload" >> "$PGPOOLLOG" 2>&1 < /dev/null path: pgpool2_4.7.1-1/src/redhat/pgpool.init sleep 2 if [ -n "`pidofproc -p $pidfile $PGPOOLDAEMON`" ] then success "$PGPOOL_START" path: pgpool2_4.7.1-1/debian/pgpool2.init.d is_running() { pidofproc -p $PIDFILE $DAEMON >/dev/null }