To have radiusd start at boot time, you have to adapt
/etc/raddb/radiusd.conf and insert the following into /etc/rc.local.

if [ -x /usr/local/sbin/radiusd ]; then
	install -d -o _freeradius /var/run/radiusd
	echo -n ' radiusd';	/usr/local/sbin/radiusd
fi

This will start radiusd and use /etc/raddb/radiusd.conf for the
configuration. Example configuration files can be found in
/usr/local/examples/freeradius.
