forked from TrueCloudLab/rclone
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.
This commit is contained in:
parent
7e547822d6
commit
27096323db
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ optionally accompanied by systemd automount unit
|
||||||
```
|
```
|
||||||
# /etc/systemd/system/mnt-data.automount
|
# /etc/systemd/system/mnt-data.automount
|
||||||
[Unit]
|
[Unit]
|
||||||
After=network-online.target
|
|
||||||
Before=remote-fs.target
|
Before=remote-fs.target
|
||||||
[Automount]
|
[Automount]
|
||||||
Where=/mnt/data
|
Where=/mnt/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue