[systemd-devel] [PATCH] core: Filter by state behind the D-Bus API, not in the systemctl client.

David Timothy Strauss david at davidstrauss.net
Mon Apr 28 12:11:17 PDT 2014


This is a completed version of the patch Lennart and I worked on at
the hackfest. The version we worked on had separate string arguments
for each type of state. This patch harmonizes it more with the way
systemctl --state already works, which is an array of possible states
to match across all state types. ListUnits is retained for API
compatibility, but systemctl is updated to always use
ListUnitsFiltered, even with an empty array.


More information about the systemd-devel mailing list