diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index be65cc3c85..bec6356270 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -469,7 +469,7 @@ Note that this dependency type does not imply that the other unit always has to be in active state when this unit is running. Specifically: failing condition checks (such as ConditionPathExists=, - ConditionPathExists=, … — see below) do not cause the start job of a unit with a + ConditionPathIsSymbolicLink=, … — see below) do not cause the start job of a unit with a Requires= dependency on it to fail. Also, some unit types may deactivate on their own (for example, a service process may decide to exit cleanly, or a device may be unplugged by the user), which is not propagated to units having a Requires= dependency. Use the BindsTo=