RFE: resume hook: use systemd-hibernate-resume if available
Since https://github.com/systemd/systemd/pull/29036 (systemd v255), systemd-hibernate-resume
, when called without arguments, automatically checks /proc/cmdline
and HibernateLocation
EFI variable to resume from hibernation. This enables the resume hook to make use of the EFI variable too.
Edited by Mike Yuan