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
The --allow-other
option is required in order to work in many desktop environments. This flag must be enabled by adding user_allow_other
to /etc/fuse.conf
. If you aren't using a desktop environment, such as on a server, this option can be omitted.
Save the [email protected]
file in ~/.config/systemd/user/
Make sure you include the @
. This is required to work.
As your normal user, run:
systemctl --user daemon-reload
You can now start/enable each remote by using rclone@<remote>
systemctl --user enable --now rclone@dropbox
Thanks, since last time too busy at work so I can't return here. On that date, I moved the service to different install target and it works. I do this on xpenology DSM 7.0.1. And the install location is multi-user.target, I've just moved it into syno-high-priority... and it works. But then I must figured how to run this service after synology mounted all HDDs, if not, rclone will complain it can't find the location to mount.