Ansible repo for digital ocean projects
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

sshfs.service.j2 256 B

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