#!/bin/sh
export PATH="/usr/bin:/bin:/usr/sbin:/sbin"
target=${2}
"${target}"/PeerGuardian/pgstart -r
#ignore load errors from pgstart
exit 0
