]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: add RequisiteOf* as inverses of Requisite and RequisiteOverridable 1236/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 10 Sep 2015 11:49:29 +0000 (14:49 +0300)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 10 Sep 2015 11:49:29 +0000 (14:49 +0300)
src/systemctl/systemctl.c

index 74d7fc2b3bfd1b4454e23935c9417578e10dbccc..40b366c7a5784b2f3177c3b009082af5c6f88528 100644 (file)
@@ -1476,6 +1476,8 @@ static int list_dependencies_get_dependencies(sd_bus *bus, const char *name, cha
                                        "BindsTo\0",
                 [DEPENDENCY_REVERSE] = "RequiredBy\0"
                                        "RequiredByOverridable\0"
+                                       "RequisiteOf\0"
+                                       "RequisiteOfOverridable\0"
                                        "WantedBy\0"
                                        "PartOf\0"
                                        "BoundBy\0",