Skip to content

Wake up system using kernel timer (linux)

one-d-wide ‎ requested to merge one-d-wide/kalarm:kernel-alarm into master

Motivation (see #4 (closed)):

Since systemd v254, user sessions will be granted cap_wake_alarm capability, enabling waking up logic in regular timerfd_*(2) syscalls.

TODO:

  • Add logic to set KernelAlarm automatically for each active events.

Merge request reports