Created attachment 81941 [details] [PATCH] Fix "LEGACY" conditional directive The attached diff fixes the "LEGACY" conditional (#ifndef -> #ifdef). This also fixes the warning at shutdown: systemd-cgroups-agent [594]: Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused
Applied in http://cgit.freedesktop.org/systemd/systemd/commit/?id=286ca48, but changed #ifdef LEGACY to #ifndef NOLEGACY, because we wan't "legacy" by default. So the heritage is opt-out, not opt-in, so to speak.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.