|
123456789101112131415 |
- [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
-
|