[Unit] Description=RClone Mount OneDrive (Read-Only) After=network-online.target [Service] Type=notify ExecStartPre=/bin/mkdir -p /mnt/onedrive ExecStart=/usr/bin/rclone mount onedrive: /mnt/onedrive \ --config /root/.config/rclone/rclone.conf \ --read-only \ --allow-other \ --vfs-cache-mode full ExecStop=/bin/fusermount3 -u /mnt/onedrive Restart=always RestartSec=10 [Install] WantedBy=default.target