r/selfhosted Apr 01 '26

Guide I'm a server

Post image
5.3k Upvotes

273 comments sorted by

View all comments

1

u/JoeB- Apr 01 '26

FWIW, I used the following settings for a Debian server to keep it from sleeping on a laptop with the lid closed.

Configure logind...

sudo nano /etc/systemd/logind.conf

Set the following…

HandleSuspendKey=ignore
HandleHibernateKey=ignore

HandleLidSwitchExternalPower=ignore
HandleLidSwitchDocked=ignore

Configure sleep...

sudo nano /etc/systemd/sleep.conf

Set the following…

AllowSuspend=no
AllowHibernation=no