#! /bin/sh

OPTIONS=$(tr '\n' ' ' < /opt/local/etc/sshguard/options)
echo "Starting sshguard with:"
echo "/opt/local/sbin/sshguard ${OPTIONS}"
/opt/local/sbin/sshguard ${OPTIONS}
