Do not suspend when closing lid
Closing the lid suspends to RAM, and inhibits the emergency shutdown.
This can be fixed with the following steps:
sudo vim /etc/systemd/logind.conf
set HandleLidSwitch to 'ignore'
systemctl restart systemd-logind
I’ve tried to submit a patch, but “git grep logind.conf” reads
config/binary_rootfs/squashfs.sort:etc/systemd/logind.conf
I stopped here, as I don’t know how to access such a path
Feature Branch: bugfix/11052-do-not-suspend-when-closing-lid
Related issues
- Related to #8071 (closed)
- Related to #14556 (closed)
- Related to #12597 (closed)
- Related to #10553
- Related to #16787
Original created by @elouann on 11052 (Redmine)