- you don’t: that’s for another OS (OpenSUSE)
- Please read this:
(You violated rule#1 of posting screenshots)
-
type:
systemctl suspend -
If that did something and you did not have to reboot your computer, please do the following:
journalctl --system --boot=0 | grep "suspend entry" journalctl --system --boot=0 | grep "suspend exit"then have a look at the begin and end time and post the output of:
journalctl --system --boot=0 --since "YYYY-MM-DD HH:MM:SS" --until "YYYY-MM-DD HH:MM:SS"where obviously
--sinceis the datetime of suspend entry and--untilis the datetime of suspension exit. -
If you did have to reboot your computer, use
boot=-1instead ofboot=0.
![]()