228 B
228 B
ubuntu 笔记本合盖不休眠
sudo vim /etc/systemd/logind.conf
其中的
#HandleLidSwitch=suspend
改成
HandleLidSwitch=ignore
之后重启服务或者执行reboot
service systemd-logind restart
sudo vim /etc/systemd/logind.conf
其中的
#HandleLidSwitch=suspend
改成
HandleLidSwitch=ignore
之后重启服务或者执行reboot
service systemd-logind restart