From d40cb47dd16c394652b1441865df91afc6d60398 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Mon, 26 Sep 2022 07:04:36 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/sshfs.service.j2 b/playbooks/sshfs.service.j2 index d66188e..586aacd 100644 --- a/playbooks/sshfs.service.j2 +++ b/playbooks/sshfs.service.j2 @@ -4,6 +4,6 @@ After=network.target sound.target [Service] Type=simple -ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',localpath,item,'/',' ',remotepath,item,'/' ]|join() }}" +ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" Restart=on-failure