diff --git a/playbooks/sshfs.service.j2 b/playbooks/sshfs.service.j2 index 569ec35..d66188e 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,':',localpath,item,'/',' ',remotepath,item,'/' ]|join() }}" Restart=on-failure