I had this solution for the question Macbook takes 20 seconds to wake up where I had to run echo s2idle | sudo tee -a /sys/power/mem_sleep
in order to set /sys/power/mem_sleep
to [s2idle] deep
But after some update that change is not remembered after reboot, and that setting is reverted to s2idle [deep]
.
How can that be fixed so that the needed setting is remembered?
(Or even better - maybe someone has a better solution to the initial problem linked above.)