Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
43f4827002
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      playbooks/davfs.service.j2

+ 15
- 0
playbooks/davfs.service.j2 View File

@@ -0,0 +1,15 @@
[Unit]
Description=Mount WebDAV Service
After=network-online.target
Wants=network-online.target

[Mount]
What=https://home.thrace-lan.info:44300/MUSIC
Where=/media/MUSIC
Options=uid=1000,file_mode=0664,dir_mode=2775,grpid
Type=davfs
TimeoutSec=15

[Install]
WantedBy=multi-user.target


Loading…
Cancel
Save