Skip to content

Instantly share code, notes, and snippets.

@aleksbrgt
Created May 20, 2025 23:14
Show Gist options
  • Save aleksbrgt/a3030d7b1ef0c15f78f462cac0d385ab to your computer and use it in GitHub Desktop.
Save aleksbrgt/a3030d7b1ef0c15f78f462cac0d385ab to your computer and use it in GitHub Desktop.
Mount Google Drive directory on login
# ~/.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