Kullanıcı arayüzünden ne kadar uğraştıysam da yaptığım ayarlar etki etmedi. Sonunda aşağıdaki yazıyı buldum, uyguladım. İki gündür kapanmadan, uyumadan çalışıyor. Çalışmış gibi görünüyor.
A modern alternative approach for disabling suspend and hibernation is to create /etc/systemd/sleep.conf.d/nosuspend.conf as
[Sleep] AllowSuspend=no AllowHibernation=no AllowSuspendThenHibernate=no AllowHybridSleep=no
The above technique works on Debian 10 Buster and newer. See systemd-sleep.conf(5) for details.
If you just want to prevent suspending when the lid is closed you can set the following options in /etc/systemd/logind.conf:
[Login] HandleLidSwitch=ignore HandleLidSwitchDocked=ignore
Then run systemctl restart systemd-logind.service or reboot.
More information is available in the manpage: man logind.conf
KAynak: https://wiki.debian.org/Suspend
Hiç yorum yok:
Yorum Gönder