소스 검색

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() }}"


불러오는 중...
취소
저장