Disable Laptop Lid Switch Action - CentOS 7

From Michael's Information Zone
Jump to navigation Jump to search

https://www.centos.org/forums/viewtopic.php?t=58498

[michael.mast@archive2 ~]$ sed -i 's/^#HandleLidSwitch=suspend/HandleLidSwitch=ignore/' /etc/systemd/logind.conf
[michael.mast@archive2 ~]$ systemctl restart systemd-logind