瀏覽代碼

working on systemd now

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

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

@@ -4,6 +4,8 @@ After=network.target sound.target

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


Loading…
取消
儲存