man: clarify that Requires stop propagation only applies to explit requests
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Jan 2018 23:45:02 +0000 (10:45 +1100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 19 Jan 2018 23:45:02 +0000 (10:45 +1100)
commit22a705631d575388116c913c57303e572e4c1d67
treef6734238ad4ade6deba595e5e9e71411c1f077e2
parent1317f55b9beaf7e84a162ac341d7eba58a8038f2
man: clarify that Requires stop propagation only applies to explit requests

Follow-up for e79eabdb1becc93cf4afc909aa18dc40c931eab5. There was an
apparent contradiction:

  man/systemd.unit says for Requires=:

  Besides, with or without specifying After=, this unit will be deactivated
  if one of the other units get deactivated.

  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.

Fixes #7870.
man/systemd.unit.xml