Created
May 20, 2025 23:14
-
-
Save aleksbrgt/a3030d7b1ef0c15f78f462cac0d385ab to your computer and use it in GitHub Desktop.
Mount Google Drive directory on login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.config/systemd/user/google-drive.service | |
[Unit] | |
Description=Mount Google Drive directory | |
[Service] | |
ExecStart=/bin/gio mount google-drive://<username>@gmail.com/ | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment