Hi, thanks for your work.
There is a way to delay the Qbittorrent service by 10 seconds.
I'm using Rclone to map my drive however when the system restarts qbittorrent starts before rclone and it breaks my torrent.
Questions about Qbittorrent
Re: Questions about Qbittorrent
Hi,
many thanks for your request. Basically you would have 2 options

many thanks for your request. Basically you would have 2 options
- If rclone is executed as a service, make a dependency within Qbittorrent service on it
- Add an ExecStartPre=/bin/sleep 10 command within Qbittorrent service

Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team