systemctl: obey --state in list-unit-files

(cherry picked from commit fec1530e6b)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2014-11-02 16:40:26 -05:00
parent 4ffc217225
commit ff0c10038b
+5
View File
@@ -1268,6 +1268,11 @@ next:
return false;
}
if (!strv_isempty(arg_states)) {
if (!strv_find(arg_states, unit_file_state_to_string(u->state)))
return false;
}
return true;
}