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:
parent
89921f6ed0
commit
1143adf722
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user