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

推荐订阅源

GbyAI
GbyAI
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
Vulnerabilities – Threatpost
S
Securelist
The Hacker News
The Hacker News
The Register - Security
The Register - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
M
MIT News - Artificial intelligence
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Hacker News: Front Page
博客园 - 司徒正美
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Security Latest
Security Latest
Engineering at Meta
Engineering at Meta
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
U
Unit 42
V
V2EX
V2EX - 技术
V2EX - 技术
L
LINUX DO - 最新话题
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
美团技术团队
小众软件
小众软件
F
Fortinet All Blogs

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

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