- 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
--since
is the datetime of suspend entry and--until
is the datetime of suspension exit. -
If you did have to reboot your computer, use
boot=-1
instead ofboot=0
.