mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 11:30:45 +00:00
Optimize _filter_units_by_property by calling `systemctl` only once with a list of units, and not once per unit. I could not reproduce the "Unknown unit" error mentioned in a FIXME, which might have made this necessary previously.