Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
c287011c81
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      playbooks/sshfs.service.j2

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

@@ -12,7 +12,7 @@ WantedBy=default.target
Type=exec Type=exec
User=sshfs User=sshfs
Group=www-data 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() }}" ExecStop=/usr/bin/umount "{{[ localpath,item,'/']|join() }}"
RestartSec=20 RestartSec=20
Restart=on-failure Restart=on-failure


Loading…
Cancel
Save