April 2020
Intermediate to advanced
412 pages
9h 58m
English
In this recipe, we will set a wake-up time to 1 minute in advance and put the system to sleep:
$ sudo bash#
# date '+%s' -d '+1 minute' > /sys/class/rtc/rtc0/wakealarm
# echo freeze > /sys/power/state
Read now
Unlock full access