diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b6f4728b00..14dd4b0694 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -590,10 +590,12 @@ Requisite= - Similar to Requires=. - However, if the units listed here are not started already, - they will not be started and the transaction will fail - immediately. + Similar to Requires=. However, if the units listed here + are not started already, they will not be started and the starting of this unit will fail + immediately. Requisite= does not imply an ordering dependency, even if + both units are started in the same transaction. Hence this setting should usually be + combined with After=, to ensure this unit is not started before the other + unit. When Requisite=b.service is used on a.service, this dependency will show as