X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=fd69c6966a4f871a99b87b52ddc3eedafb1b8fcc;hb=c469089cf647ac740c7dcf09c463d2907b6d00eb;hp=78b7c963e80493825c71cc58a4f0f06fffcf4763;hpb=aedd4012f437a0b08c34f40a5bb97b6e615ac074;p=elogind.git diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 78b7c963e..fd69c6966 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -1480,11 +1480,13 @@ static int list_dependencies_get_dependencies(sd_bus *bus, const char *name, cha "RequiresOverridable\0" "Requisite\0" "RequisiteOverridable\0" - "Wants\0", + "Wants\0" + "BindsTo\0", [DEPENDENCY_REVERSE] = "RequiredBy\0" "RequiredByOverridable\0" "WantedBy\0" - "PartOf\0", + "PartOf\0" + "BoundBy\0", [DEPENDENCY_AFTER] = "After\0", [DEPENDENCY_BEFORE] = "Before\0", };