#!/bin/sh

# Start distributed.net on return to ac power
if [ -e /etc/rc2.d/S20distributed-net ]; then
	/etc/init.d/distributed-net start
fi
