Lubuntu 14.04 How to turn off lid close power suspend.

Post Reply
User avatar
bannination
Captain
Posts: 5502
Joined: Sun Sep 16, 2012 7:58 am
Location: Hendersonville
Contact:

Lubuntu 14.04 How to turn off lid close power suspend.

Unread post by bannination »

I couldn't disable the closing of the lid going into suspend power mode while setting up and eeePC to be a webserver.
So here's how to do it:


Open /etc/systemd/logind.conf using your favorite text editor -- pico, gedit, whatever.

Find the line that says:

Code: Select all

#HandleLidSwitch=whatever
Replace with:

Code: Select all

HandleLidSwitch=ignore
Profit.

Post Reply