Hi all, I've wrote a D-bus service (registered from a daemon) and I would like it to shutdown itself when no client is connected to it. How can I do that? Is there a way for my service to know how many clients are connected to it? * I use QT D-Bus API. * At this moment I shutdown the daemon on inactivity. Thanks a lot, Marriouss