remove multitarget user

This commit is contained in:
vincent 2020-05-18 18:53:26 +02:00
parent 9d4ab2170b
commit 116e2147eb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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