diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 2fdc0d5832..cc9eedd60b 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -596,11 +596,11 @@ Wants= - Configures requirement dependencies on other units. This option may be specified more - than once or multiple space-separated units may be specified in one option in which case dependencies - for all listed names will be created. Dependencies of this type may also be configured outside of the - unit configuration file by adding a symlink to a .wants/ directory accompanying - the unit file. For details, see above. + Configures (weak) requirement dependencies on other units. This option may be + specified more than once or multiple space-separated units may be specified in one option in which + case dependencies for all listed names will be created. Dependencies of this type may also be + configured outside of the unit configuration file by adding a symlink to a + .wants/ directory accompanying the unit file. For details, see above. Units listed in this option will be started if the configuring unit is. However, if the listed units fail to start or cannot be added to the transaction, this has no impact on the validity of the @@ -619,7 +619,7 @@ Requires= - Similar to Wants=, but declares a stronger + Similar to Wants=, but declares a stronger requirement dependency. Dependencies of this type may also be configured by adding a symlink to a .requires/ directory accompanying the unit file.