Skip to content
  • Iain Lane's avatar
    common: Have plugins claim a name on the bus when they are ready · 65253003
    Iain Lane authored and Benjamin Berg's avatar Benjamin Berg committed
    The plugins are about to switch to being activated by systemd. We need a
    way for them to signal to systemd when they are ready. We'd like to
    avoid linking to libsystemd, so sd_notify() is out - let's have the
    plugins claim a name on the bus and then we can create Type=dbus units.
    65253003