Last active
December 17, 2015 04:48
-
-
Save Raefael/5552980 to your computer and use it in GitHub Desktop.
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
# shows you the actuall settings | |
# you'll see the autopoweroff set to '1' and autopoweroffdelay set to 14400 | |
# | |
pmset -g | grep autopoweroff | |
# turn outopower off | |
sudo pmset -a autopoweroff 0 | |
# turn outopower on | |
sudo pmset -a autopoweroff 14400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment