Hello
I’m hoping to run a homelab on an old laptop and it’s important that the system continues to run when the laptop lid is closed.
I tried disabling all options under Settings > Power Saving, then rebooted but the system still suspends when i close the lid
So I then tried adding the following options into /etc/systemd/logind.conf.d/override.conf
[Login]
HandleLidSwitch=ignore
HandleLidSwitchDocked=ignore
HandleLidSwitchExternalPower=ignore
and rebooted, but the system still suspends when i close the lid.
It’s maybe worth noting that my ‘test’ to determine if the system has suspended is by having a active RDP session connected from another device, closing the lid on the laptop, then observing that the RDP session becomes unusable/disconnects. I also just tested with an ssh connection and the connection is dropped (broken pipe).
Any suggestions for how I might get this working?
