On Monday 08 January 2007 19:47, Johan Hedberg wrote: > Sounds like a useful feature. It should be quite simple to implement too > since most of the required code already exists due to the dbus restart > detection support. Feel free to provide a patch for it :) How often should the daemons try to connect? Or infinitely? If not infinitely, then configurable by command line parameter or fixed? Attachted is a _simple_ proof of concept patch which . It retries every 5 seconds. After #12 unsuccessfully dbus connect, it gives up and abort (as before). Daniel