=== modified file 'mandos' --- mandos 2024-09-12 17:10:51 +0000 +++ mandos 2024-09-22 17:38:57 +0000 @@ -3243,7 +3243,8 @@ # From the Avahi example code DBusGMainLoop(set_as_default=True) main_loop = GLib.MainLoop() - bus = dbus.SystemBus() + if use_dbus or zeroconf: + bus = dbus.SystemBus() # End of Avahi example code if use_dbus: try: