From 6b5bb2f9d03ec016952c8193a8a63304beac993f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 4 Oct 2017 21:43:00 +0900 Subject: [PATCH] man: fix that the same option is listed twice (#6991) --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index be65cc3c857..bec63562704 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=