From 04a7dcfedda96a1dd5ba907bd7e73496f43a7d56 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Sat, 11 Apr 2020 14:19:59 +0200 Subject: [PATCH] [home-permanent] Start mount after network --- roles/home-permanent/templates/systemd/system/nfs-home.mount.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home-permanent/templates/systemd/system/nfs-home.mount.j2 b/roles/home-permanent/templates/systemd/system/nfs-home.mount.j2 index c8d98ecc..a5d29ce9 100644 --- a/roles/home-permanent/templates/systemd/system/nfs-home.mount.j2 +++ b/roles/home-permanent/templates/systemd/system/nfs-home.mount.j2 @@ -1,6 +1,8 @@ # {{ ansible_managed }} [Unit] Description=Mount home-adh on zbee +Wants=network-online.target +After=network-online.target [Mount] What=nfs.adm.crans.org:/home-adh