瀏覽代碼

working on changes, and debugging

master
Erin Sims 2 年之前
父節點
當前提交
c287011c81
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      playbooks/sshfs.service.j2

+ 1
- 1
playbooks/sshfs.service.j2 查看文件

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


Loading…
取消
儲存