This repository has been archived by the owner on May 18, 2024. It is now read-only.
Replies: 1 comment
-
Create a systemctl service that will mount the volume for you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to automate this using task scheduler on my Synology NAS, to mount after reboot. It works if I manually run the task but it will not work automatically after reboot. Does anyone know why or what I need to add extra to this command to run automatically? I am running Plex in Docker and the container will not start if this drive is not mounted.
docker volume create realdebrid -d rclone -o type=realdebrid -o realdebrid-api_key=MyAPIKeyHere -o allow-other=true -o dir-cache-time=10s
Thank you
Beta Was this translation helpful? Give feedback.
All reactions