瀏覽代碼

working on changes, and debugging

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

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

@@ -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,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"
Restart=on-failure


Loading…
取消
儲存