#!/bin/sh

if [ -x /etc/init.d/networker ]; then
	/etc/init.d/networker start
else
	echo "You should now restart the Solstice Backup daemons"
fi
