Files
vps-config/systemd/kdrive-rclone.service
T
2026-07-23 18:29:16 +02:00

19 lines
360 B
Desktop File

[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