From b813dc0a293b1db06e2901abe128b0f458491999 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 4 Jun 2020 22:23:30 +0200 Subject: [PATCH] correct autofs template --- 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 9fae9a5..de4b4be 100644 --- a/templates/systemd.automount.j2 +++ b/templates/systemd.automount.j2 @@ -1,6 +1,6 @@ [Unit] Description=Automount {{ item.key }} -After=network.target +##After=network.target [Automount] Where={{ item.value.mount }} diff --git a/templates/systemd.mount.j2 b/templates/systemd.mount.j2 index 8ecb179..63d2c02 100644 --- a/templates/systemd.mount.j2 +++ b/templates/systemd.mount.j2 @@ -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 }}