docs: remove "After" in systemd mount example

See #6459
This commit is contained in:
albertony 2022-09-26 19:14:10 +02:00
parent 27096323db
commit 7fbc928a19
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ mount sftp1:subdir /mnt/data -t rclone -o vfs_cache_mode=writes,sftp_key_file=/p
or create systemd mount units:
```
# /etc/systemd/system/mnt-data.mount
[Unit]
After=network-online.target
[Mount]
Type=rclone
What=sftp1:subdir