mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
varlinkctl has this nice feature that it sends the varlink error it gets via sd_notify() to the caller. With previous commits this information is collected and exposed in "systemctl status". Let's make sure we can provide the same in busctl: also propagate errors the same way. With this we can comprehensively close #6073