Ansible repo for digital ocean projects
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
234 B

  1. [Unit]
  2. Description=SSHFS Daemon
  3. After=network.target sound.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/bin/sshfs -o allow_root "{{ [username,'@',hostname,':',localpath,item'/',' ',remotepath,item'/' ]|join() }}"
  7. Restart=on-failure