惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal Security Blog

Ubuntu – Ed_'s Blog

防火墙配置工具 UFW – yywr's Blog Ubuntu 开机自动挂载第二块硬盘 – yywr's Blog
Ubuntu 笔记本合盖子不休眠的方法 – yywr's Blog
yywr · 2023-01-31 · via Ubuntu – Ed_'s Blog

Skip to content

家里使用一台T430的笔记本做个人服务器用,其中涉及到合盖休眠的问题,记录一下(其实是因为立了这个月更新两篇博客的目标,刚好重新配置机器,翻出来凑数的)

测试环境:原作者测试的是Ubuntu18.04和Ubuntu16.04,我使用的 Ubuntu 20.04 LTS 也OK 

编辑文件  /etc/systemd/logind.conf ( sudo nano /etc/systemd/logind.conf ) ,我只用到了 HandleLidSwitch  ,也就是合上笔记本盖后的电源行为,其它的没测试过

#HandlePowerKey=poweroff   #按下电源键后的行为
#HandleSuspendKey=suspend  #按下挂起键后的行为
#HandleHibernateKey=hibernate  #按下休眠键后的行为
HandleLidSwitch=ignore  #合上笔记本盖后的行为,默认suspend(改为ignore;即合盖不休眠),注意去掉前面的注释符 #
#HandleLidSwitchExternalPower=suspend   #有外部电源的情况下合盖后的行为
#HandleLidSwitchDocked=ignore     #连接扩展坞的情况下合盖后的行为
#HandleRebootKey=reboot  #按下重启键后的行为

修改之后,按Ctrl+X 退出,再按回车按原文件名保存即可

然后重启服务 service systemd-logind restart

参考:
https://blog.csdn.net/xiaoxiao133/article/details/82847936
https://unix.stackexchange.com/a/628090

本文是 居家服务器折腾笔记 的一部分,这个系列是一个缝合了很多外链的怪物,欢迎品鉴