debian 禁止休眠

21 阅读1分钟

debian 禁止休眠

# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

Configure lid power settings:

  1. Open the  /etc/systemd/logind.conf file for editing.

    • HandleLidSwitch=ignore to do nothing to do nothing
    • IdleAction=ignore
  2. # systemctl restart systemd-logind.

参考

  1. www.dell.com/support/kbd…
  2. blog.csdn.net/qq_51470638…