Suspend to RAM with F42 and systemd 257

After checking that my system supported the “deep” sleep state, I created /etc/systemd/sleep.conf with the contents:

[Sleep]
SuspendState=mem
AllowSuspend=yes
MemorySleepMode=deep

Rebooted and suspend works smoothly again!

1 Like