Deshabilita el apagado al cerrar la tapa y la hibernación con los siguientes pasos:
Deshabilitar apagado al cerrar la tapa
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
sudo nano /etc/systemd/logind.conf
[Login]
HandleLidSwitch=ignore
HandleLidSwitchDocked=ignore
sudo systemctl restart systemd-logind
Deshabilitar la hibernación
sudo nano /etc/systemd/sleep.conf
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
¡Listo! Ahora se han deshabilitado el apagado al cerrar la tapa y la hibernación en Debian 12 y otros sistemas.
Comentarios