瀏覽代碼

working on changes, and debugging

master
Erin Sims 2 年之前
父節點
當前提交
f270245fa1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      playbooks/sshfs.service.j2

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

@@ -9,7 +9,7 @@ StartLimitBurst=10
WantedBy=default.target WantedBy=default.target


[Service] [Service]
Type=simple
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() }}"


Loading…
取消
儲存