should work now

This commit is contained in:
2026-07-23 18:29:16 +02:00
parent 269241003d
commit e56e612891
10 changed files with 133 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
[Unit]
Description=Mount kDrive with rclone
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
ExecStart=/usr/bin/rclone mount kdrive: /mnt/kdrive \
--allow-other \
--vfs-cache-mode full \
--dir-cache-time 1h
ExecStop=/bin/fusermount -u /mnt/kdrive
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target