Skip to content

Instantly share code, notes, and snippets.

@joemiller
Last active April 10, 2020 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemiller/32089ccbc28660778698dfe763a02a1c to your computer and use it in GitHub Desktop.
Save joemiller/32089ccbc28660778698dfe763a02a1c to your computer and use it in GitHub Desktop.
disable and stop google-accounts-daemon
sed -i -e 's/accounts_daemon = true/accounts_daemon = false/' /etc/default/instance_configs.cfg.template
/bin/google_instance_setup
systemctl restart google-accounts-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment