1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

systemctl: add RequisiteOf* as inverses of Requisite and RequisiteOverridable

This commit is contained in:
Evgeny Vereshchagin 2015-09-10 14:49:29 +03:00
parent 89921f6ed0
commit 1143adf722

View 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",