summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-09-08 02:35:58 +0300
committerEvgeny Vereshchagin <evvers@ya.ru>2015-09-08 03:02:49 +0300
commitfb30c438f383c086f9b1a490a3d9125c4b2ea0b3 (patch)
treefce1a28201166c60bf9b29ee29a29893144d57d1 /src
parent4df0514d299e349ce1d0649209155b9e83a23539 (diff)
systemctl: add ConsistsOf as the inverse of PartOf
Diffstat (limited to 'src')
-rw-r--r--src/systemctl/systemctl.c1
1 files changed, 1 insertions, 0 deletions
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"