forked from TrueCloudLab/rclone
docs: remove "After" in systemd mount example again
This commit is contained in:
parent
b26db8e640
commit
acd67edf9a
2 changed files with 0 additions and 6 deletions
|
@ -407,8 +407,6 @@ mount sftp1:subdir /mnt/data -t rclone -o vfs_cache_mode=writes,sftp_key_file=/p
|
||||||
or create systemd mount units:
|
or create systemd mount units:
|
||||||
|||
|
|||
|
||||||
# /etc/systemd/system/mnt-data.mount
|
# /etc/systemd/system/mnt-data.mount
|
||||||
[Unit]
|
|
||||||
After=network-online.target
|
|
||||||
[Mount]
|
[Mount]
|
||||||
Type=rclone
|
Type=rclone
|
||||||
What=sftp1:subdir
|
What=sftp1:subdir
|
||||||
|
@ -420,7 +418,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
|
||||||
|
|
|
@ -407,8 +407,6 @@ mount sftp1:subdir /mnt/data -t rclone -o vfs_cache_mode=writes,sftp_key_file=/p
|
||||||
or create systemd mount units:
|
or create systemd mount units:
|
||||||
```
|
```
|
||||||
# /etc/systemd/system/mnt-data.mount
|
# /etc/systemd/system/mnt-data.mount
|
||||||
[Unit]
|
|
||||||
After=network-online.target
|
|
||||||
[Mount]
|
[Mount]
|
||||||
Type=rclone
|
Type=rclone
|
||||||
What=sftp1:subdir
|
What=sftp1:subdir
|
||||||
|
@ -420,7 +418,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