From 116e2147ebfc1de064bc7717408bcf84c04fc0e2 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 18 May 2020 18:53:26 +0200 Subject: [PATCH] remove multitarget user --- templates/systemd.automount.j2 | 2 +- templates/systemd.mount.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/systemd.automount.j2 b/templates/systemd.automount.j2 index e8d94a2..9fae9a5 100644 --- a/templates/systemd.automount.j2 +++ b/templates/systemd.automount.j2 @@ -1,6 +1,6 @@ [Unit] Description=Automount {{ item.key }} -After=network.target multi-user.target +After=network.target [Automount] Where={{ item.value.mount }} diff --git a/templates/systemd.mount.j2 b/templates/systemd.mount.j2 index 342f39c..8ecb179 100644 --- a/templates/systemd.mount.j2 +++ b/templates/systemd.mount.j2 @@ -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 }}