ソースを参照

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

[Service]
Type=simple
Type=exec
User=sshfs
Group=www-data
ExecStart=/usr/bin/sshfs -p "{{sshfsport }}" -o allow_root "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}"


読み込み中…
キャンセル
保存