debian 禁用挂起
https://wiki.debian.org/Suspend
/etc/systemd/sleep.conf.d/nosuspend.conf
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target