correct autofs template

This commit is contained in:
vincent 2020-06-04 22:23:30 +02:00
parent 116e2147eb
commit b813dc0a29
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Automount {{ item.key }} Description=Automount {{ item.key }}
After=network.target ##After=network.target
[Automount] [Automount]
Where={{ item.value.mount }} Where={{ item.value.mount }}

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Mount {{ item.key }} Description=Mount {{ item.key }}
After=network.target,network-online.target After=network.target network-online.target
[Mount] [Mount]
What={{ item.value.share }} What={{ item.value.share }}