From 591d3fb947d98a2b88a1d6a5226d409bb219b5ac Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 10 Oct 2020 17:25:39 +0200 Subject: [PATCH] bundles/nfs-client: fix installation of automount units --- bundles/nfs-client/files/nfs.automount | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/nfs-client/files/nfs.automount b/bundles/nfs-client/files/nfs.automount index 46d68d9..4854213 100644 --- a/bundles/nfs-client/files/nfs.automount +++ b/bundles/nfs-client/files/nfs.automount @@ -4,3 +4,6 @@ Description=Automount ${mount} on access [Automount] Where=${mountpoint} TimeoutIdleSec=5min + +[Install] +WantedBy=local-fs.target