Skip to content

Instantly share code, notes, and snippets.

@MuslimHS
MuslimHS / Rclone systemd service.md
Created April 26, 2025 17:28 — 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