What is the problem you are having with rclone?
I am unable to make rclone mount my Hetzner storage box on startup
Run the command 'rclone version' and share the full output of the command.
<!-- **STOP and READ**:
Do not type in "Latest".
Do not just type in a version number. Run the command and share the full output.
Are you on the latest version of rclone? You can validate by checking the version listed here: https://rclone.org/downloads/
-->
```rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-1023-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.22.1
- go/linking: static
- go/tags: none
#### Which cloud storage system are you using? (eg Google Drive)
Hetzer storage box
#### The command you were trying to run (eg `rclone copy /tmp remote:tmp`)
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
N/A
#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
[Unit]
Description=Mount for /mnt/gringotts
[Mount]
Type=rclone
What=gringotts:
Where=/mnt/gringotts
Options=rw,_netdev,allow_other,args2env,vfs-cache-mode=writes,config=/etc/rclone.conf,cache-dir=/var/rclone
#### A log from the command that you were trying to run with the `-vv` flag
N/A
No matter what method I do it keep on failing and not mounting, docker seems to work however the docker container only starts after my previous containers and they freak out when they dont see the mount, could someone please guide me on the easiest way to get rclone to mount at startup please, thank you.