编辑/etc/systemd/logind.conf文件:
/etc/systemd/logind.conf
sudo vi /etc/systemd/logind.conf
找到#HandleLidSwitch=suspend,改为HandleLidSwitch=ignore。
#HandleLidSwitch=suspend
HandleLidSwitch=ignore
重启systemd-logind:
sudo systemctl restart systemd-logind.service
完成。