Created
October 12, 2015 12:07
Revisions
-
Mike L created this gist
Oct 12, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # show pmsettings (see `man pmset` or http://bit.ly/1LDWm37) pmset -g # see what wakes up your host syslog |grep -i "Wake reason" # turn off sleep settings sudo pmset ttyskeepawake 0 sudo pmset womp 0 sudo pmset powernap 0 sudo pmset hibernatemode 3 # 25- is more aggressive hibernate but can lose your state # look at this too: autopoweroffdelay 14400 # see what wakes up your host syslog |grep -i "Wake reason"