From fb30c438f383c086f9b1a490a3d9125c4b2ea0b3 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 8 Sep 2015 02:35:58 +0300 Subject: systemctl: add ConsistsOf as the inverse of PartOf --- src/systemctl/systemctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d9523d37f2..96c39aa0a9 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -1472,6 +1472,7 @@ static int list_dependencies_get_dependencies(sd_bus *bus, const char *name, cha "Requisite\0" "RequisiteOverridable\0" "Wants\0" + "ConsistsOf\0" "BindsTo\0", [DEPENDENCY_REVERSE] = "RequiredBy\0" "RequiredByOverridable\0" -- cgit v1.2.3-54-g00ecf