21 #include <core/dbus/asio/executor.h>
30 static core::dbus::Bus::Ptr bus
31 = std::make_shared<core::dbus::Bus>(
32 core::dbus::WellKnownBus::session);
33 static core::dbus::Executor::Ptr executor
34 = core::dbus::asio::make_executor(bus);
36 std::call_once(once, [](){bus->install_executor(executor);});