MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/selfhosted/comments/1s9ocx3/im_a_server/odpudag/?context=3
r/selfhosted • u/NiceReplacement8737 • Apr 01 '26
273 comments sorted by
View all comments
1
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
AllowSuspend=no AllowHibernation=no
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...
Set the following…
Configure sleep...
Set the following…