#!/bin/sh # # $FreeBSD$ DEST=pgsql@$1 logger="logger -t pgpool -p local0.info" /bin/sh <&1 ssh $DEST '/usr/local/etc/rc.d/postgresql start' EOF