xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
706 stars 78 forks source link

Best way to autostart onedrived-dev #96

Closed rickstaa closed 6 years ago

rickstaa commented 6 years ago

Dear Developer,

What is the best way to start the "onedrived" app during start-up. I now added the command to the "Startup Applications Preferences" but I was wondering If it is not smarter to add the command to the default startup bash script? What way would you suggest?

Thanks a lot in advance, Greetings, Rick,

derrix060 commented 6 years ago

I don't think that this is an issue specific to this project.

Anyway, If your idea is to restrict this to only your user (what makes sense), this is the best place to put it. If you want to run it, no matter what user, then you will need to double check your files permission and add it on /etc/rc.local before the exit 0.

rickstaa commented 6 years ago

Ah, thanks a lot for your response :).