From: Evgeny Vereshchagin Date: Mon, 7 Sep 2015 23:35:58 +0000 (+0300) Subject: systemctl: add ConsistsOf as the inverse of PartOf X-Git-Tag: v226~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1196%2Fhead;p=thirdparty%2Fsystemd.git systemctl: add ConsistsOf as the inverse of PartOf --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 20d143741b7..37ba4ab6ded 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -918,6 +918,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service RequiresOverridable=, Requisite=, RequisiteOverridable=, + ConsistsOf=, Wants=, BindsTo= dependencies. If no unit is specified, default.target is implied. diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d9523d37f21..96c39aa0a9a 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"