From 27096323db392ebc2dc4ad6b872a8e21ea7e7d1a Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Mon, 26 Sep 2022 19:11:29 +0200 Subject: [PATCH] docs: remove "After" in automount example According to [systemd.automount](https://www.freedesktop.org/software/systemd/man/systemd.automount.html) manual > 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. --- docs/content/commands/rclone_mount.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md index 2b88e0720..dfa8be1d6 100644 --- a/docs/content/commands/rclone_mount.md +++ b/docs/content/commands/rclone_mount.md @@ -354,7 +354,6 @@ optionally accompanied by systemd automount unit ``` # /etc/systemd/system/mnt-data.automount [Unit] -After=network-online.target Before=remote-fs.target [Automount] Where=/mnt/data