From 99e4915e12548fbffb360910e3f069ee79cb6a40 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 05:02:57 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.mount.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/sshfs.mount.j2 b/playbooks/sshfs.mount.j2 index 4d29dfc..4343ccf 100644 --- a/playbooks/sshfs.mount.j2 +++ b/playbooks/sshfs.mount.j2 @@ -10,6 +10,7 @@ WantedBy=default.target Type=fuse.sshfs What="{{ [username,'@',hostname,':',remotepath,item,'/' ]|join() }}" Where="{{[ localpath,item,'/']|join() }}" +Options="_netdev,reconnect,ServerAliveInterval=30,ServerAliveCountMax=5,x-systemd.automount" RestartSec=20 Restart=on-failure