To start mediatomb at boot time, place the following in /etc/rc.local:

if [ -x /usr/local/bin/mediatomb ] ; then
	echo -n ' mediatomb'
	su _mediatomb -c "/usr/local/bin/mediatomb \
		-c /etc/mediatomb/config.xml -d"
fi
