cd ~
mkdir OneDrive
Then, I have used systemd to create service which mounts my OneDrive folder. Commandsystemctl --user edit OneDrive
creates service file in ~/.config/systemd/user/OneDrive.service and I have filled it with my gist:Then I have enabled OneDrive service to run on login:
systemctl --user enable OneDrive
To run it immediately, You can issue the command:systemctl --user start OneDrive
No comments:
Post a Comment