diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index 35690fd22a..fd65f5da79 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -57,6 +57,12 @@ Automount units may be used to implement on-demand mounting as well as parallelized mounting of file systems. + + Note that automount units are separate from the mount itself, so you + should not set After= or Requires= + for mount dependencies here. For example, you should not set + After=network-online.target or similar on network + filesystems. Doing so may result in an ordering cycle.