Ver a proveniência

working on changes, and debugging

master
Erin Sims há 2 anos
ascendente
cometimento
d40cb47dd1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      playbooks/sshfs.service.j2

+ 1
- 1
playbooks/sshfs.service.j2 Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar