To start systemwide message dbus daemon whenever the machine boots,
add the following lines to /etc/rc.local:

if [ -x /usr/local/bin/dbus-daemon ]; then
	install -d -o _dbus -g _dbus /var/run/dbus
	echo -n ' dbus'; /usr/local/bin/dbus-daemon --system
fi
