Skip to content

Instantly share code, notes, and snippets.

@malinky
Created November 28, 2018 15:25
Show Gist options
  • Save malinky/3e0ddcfb82434b7d74289cfc0e21b159 to your computer and use it in GitHub Desktop.
Save malinky/3e0ddcfb82434b7d74289cfc0e21b159 to your computer and use it in GitHub Desktop.
Stop MacBook Battery Draining While Asleep

Check Sleep Settings

pmset -g

Disable Internet Access While Sleeping (on battery)

sudo pmset -b tcpkeepalive 0

Disable Internet Access While Sleeping (on power)

sudo pmset -a tcpkeepalive 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment