debian 禁止休眠
# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
Configure lid power settings:
-
Open the /etc/systemd/logind.conf file for editing.
- HandleLidSwitch=ignore to do nothing to do nothing
- IdleAction=ignore
-
# systemctl restart systemd-logind.