diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-08 11:16:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-08 11:16:53 +0200 |
commit | d60f96798dfad2c9977eb79d99a6d525b46aa33c (patch) | |
tree | 960ad9e99b5ced2d4fff20330d94b4468efc0243 /src | |
parent | 98d51e6a55c30c156b6a82d682fc91a79300ff38 (diff) | |
parent | fb30c438f383c086f9b1a490a3d9125c4b2ea0b3 (diff) |
Merge pull request #1196 from evverx/systemctl-add-consists-of
systemctl: add ConsistsOf as the inverse of PartOf
Diffstat (limited to 'src')
-rw-r--r-- | src/systemctl/systemctl.c | 1 |
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" |