Przeglądaj źródła

joins a hard

master
Erin Sims 2 lat temu
rodzic
commit
db2479629f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      playbooks/sshfs.service.j2

+ 1
- 1
playbooks/sshfs.service.j2 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz