[Unit] Description=SSHFS Daemon After=network.target sound.target [Service] Type=simple ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" Restart=on-failure