suspend systemd support
Hello!
Right now Gnome Clock does not wake up computer from suspend mode if systemd used. 'sudo rtcwake -m mem --date 09:00:00' only works for systems without systemd.
Looks like systemd has basic support for wake up for a timer, but here is no user / dbus configuration ('custom_timer_suspend') API:
- https://github.com/systemd/systemd/blob/main/src/sleep/sleep.c
- https://github.com/systemd/systemd/blob/main/src/shared/sleep-config.c
I also created related issue to the systemd, but no luck so far: