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]
Description=Automount {{ item.key }}
After=network.target
##After=network.target
[Automount]
Where={{ item.value.mount }}

View File

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