Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
#include <systemd/sd-bus.h>
Open systemd D-Bus connection
#include <systemd/sd-bus.h>
#include <iostream>
int main() {
sd_bus *bus = nullptr;
sd_bus_open_system(&bus);
std::cout << "Connected to system bus" << std::endl;
sd_bus_unref(bus);
return 0;
}
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.
Resources
No resource links recorded.