Linux 中的电源管理通知

发布于 2024-12-14 15:26:04 字数 119 浏览 0 评论 0原文

在基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2024-12-21 15:26:04

例如,您只需配置 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文