Sfoglia il codice sorgente

working on changes, and debugging

master
Erin Sims 2 anni fa
parent
commit
5310e8adc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      playbooks/sshfs.service.j2

+ 1
- 1
playbooks/sshfs.service.j2 Vedi File

@@ -12,7 +12,7 @@ WantedBy=default.target
Type=exec
User=sshfs
Group=www-data
ExecStart=/usr/bin/sshfs -p {{sshfsport }} -o allow_root {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}
ExecStart=/usr/bin/sshfs -p {{sshfsport }} -o rw,allow_other,idmap=user,uid=1000,gid=1000,ServerAliveInterval=10,ServerAliveCountMax=1,_netdev {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}
ExecStop=/usr/bin/umount "{{[ localpath,item,'/']|join() }}"
RestartSec=20
Restart=on-failure


Caricamento…
Annulla
Salva