Hello,
I installed rclone for mounting OneDrive account on my local drive.
I followed this guide: How To Mount OneDrive In Linux Using Rclone (Supports Business And Personal Accounts) - Linux Uprising Blog
Everything is working properly, but I cannot run rclone at startup.
I installed rclone with my user and with the command:
/usr/bin/rclone --vfs-cache-mode writes mount OneDrive: /home/dlynfox/OneDrive/
I can mount and everything is working.
Now, I want to startup the computer with this command running.
I tried from “Autostart” to add the command but is not working, even with the option “run as: [user]”.
I also tried with:
/usr/bin/runuser -l dlynfox -c “/usr/bin/rclone --vfs-cache-mode writes mount OneDrive: /home/dlynfox/OneDrive/”
what am I doing wrong?