联想P710 Debian系统环境下禁止休眠
方法一:1、禁止休眠
1
$ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
2、解除休眠
sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
方法二:
编辑 /etc/default/grub 文件,将 GRUB_CMDLINE_LINUX_DEFAULT="quiet" 改为 GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=off apm=off"
执行 sudo update-grub 命令
页:
[1]