Skip to content

Instantly share code, notes, and snippets.

@merrkry
merrkry / Rclone systemd service.md
Created May 6, 2024 03:20 — forked from kabili207/Rclone systemd service.md
Rclone systemd user service

rclone systemd service

Preparation

This service will use the same remote name you specified when using rclone config create. If you haven't done that yet, do so now.

Next, create the mountpoint for your remote. The service uses the location ~/mnt/<remote> by default.

mkdir ~/mnt/dropbox