1 Aug
2024
1 Aug
'24
12:42
On Thursday 2024-08-01 13:04, Carlos E. R. wrote:
Date: Thu, 1 Aug 2024 13:04:10 From: Carlos E. R. <robin.listas@telefonica.net> To: oS-EN <users@lists.opensuse.org> Subject: Re: Leap 15.6 randomly suspends
You can try to disable sleep mode with systemd.
See <https://www.tecmint.com/disable-suspend-and-hibernation-in-linux/>, for instance:
systemctl mask sleep.target suspend.target \ hibernate.target hybrid-sleep.target
You probably only need the suspend.target, so:
systemctl mask suspend.target
The site says reboot to enable. Maybe
systemctl daemon-reload
is enough.
-- Cheers / Saludos,
Carlos E. R. (from 15.5 x86_64 at Telcontar)
oh thanks, that should do the trick - as I do not need suspend at all.. Regards, Paul