Pārlūkot izejas kodu

working on changes, and debugging

master
Erin Sims pirms 2 gadiem
vecāks
revīzija
c287011c81
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      playbooks/sshfs.service.j2

+ 1
- 1
playbooks/sshfs.service.j2 Parādīt failu

@@ -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 allow_root {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}
ExecStop=/usr/bin/umount "{{[ localpath,item,'/']|join() }}"
RestartSec=20
Restart=on-failure


Notiek ielāde…
Atcelt
Saglabāt