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

if [ -x ${TRUEPREFIX}/bin/mediatomb ] ; then
	echo -n ' mediatomb'
	su _mediatomb -c ${TRUEPREFIX}/bin/mediatomb \
		-c ${SYSCONFDIR}/config.xml -d
fi
