From: Daan De Meyer Date: Tue, 13 May 2025 09:57:58 +0000 (+0200) Subject: core: introduce io.systemd.Manager.Describe method (#35098) X-Git-Tag: v258-rc1~636 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4e8946a16985ee045b20ab8a7db2ade778d3882;p=thirdparty%2Fsystemd.git core: introduce io.systemd.Manager.Describe method (#35098) Let's extend pid1's varlink interface and add a Describe method to get the global Manager object information as a JSON object (io.systemd.Manager.Describe). Because the new varlink interface should be available on both the user managers and the system manager, we also make the necessary changes to expose a varlink server on user managers. This PR is first part of https://github.com/systemd/systemd/pull/33965 with minimal changes to address feedback. Fixes: #22654 --- e4e8946a16985ee045b20ab8a7db2ade778d3882