- 打开配置文件
sudo vim /etc/systemd/logind.conf // 回车后 输入密码
- 找到下面两行代码
HandleSuspendKey=suspend
HandleHibernateKey=suspend
HandleLidSwitch=suspend
HandleLidSwitchExternalPower=suspend
HandleLidSwitchDocked=ignore
- 点击键盘 ins 按键 修改成 可编辑模式
- 把上面的代码修改成如下
HandleSuspendKey=ignore
HandleHibernateKey=ignore
HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
HandleLidSwitchDocked=ignore
- 点击 esc 退出编辑模式
- 输入 :wq 保存退出
- 重启服务器
service systemd-logind restart
- 修改完成
文章评论