cd ~
mkdir OneDriveThen, I have used systemd to create service which mounts my OneDrive folder. Commandsystemctl --user edit OneDrivecreates 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 OneDriveTo run it immediately, You can issue the command:systemctl --user start OneDrive
No comments:
Post a Comment