Linux 中的电源管理通知
在基于 Linux 的系统中,我们可以使用哪些方法(最简单的方法)来获取电源状态更改的通知(例如,当计算机进入睡眠、休眠状态等时)?
我需要这个主要是为了在睡眠前保留某些状态,当然,在计算机唤醒后恢复该状态。
Which are the approach (simplest possible) that we can use to get notified for Power Status changes (for instance when computer goes to sleep, hibernate, etc.) in Linux based systems?
I will need this mainly for persisting some state before sleeping, and of course, restoring that state once the computer wakes up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,您只需配置 acpid 通过套接字发送它们即可获取所有这些事件。
有一个官方规范文档描述了所有可能的事件和情况。虽然广泛阅读。
You can get all these events by just configuring your acpid to send them via socket, for example.
There's an official specification document that describes all possible events and circumstances. An extensive read though.