|
|
|
|
|
by megous
1395 days ago
|
|
Yep, all the alarm clock program really needs to do for this to work, is to setup a timerfd with CLOCK_REALTIME_ALARM flag set. Then timer firing will wake the system. That's pretty much it. Standard Linux feature across all systems that support system suspend and RTC wakeup. man timerfd_create |
|