From 4b95d1281e1121fc0511f98555e6866bb0b9f6c7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 16 Jul 2025 05:49:08 +0300 Subject: [PATCH] acpi_listen: add page (#17185) * Create acpi_listen.md * Update acpi_listen.md The page for acpid might never materialize. --- pages/linux/acpi_listen.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/acpi_listen.md diff --git a/pages/linux/acpi_listen.md b/pages/linux/acpi_listen.md new file mode 100644 index 0000000000..a71f262831 --- /dev/null +++ b/pages/linux/acpi_listen.md @@ -0,0 +1,12 @@ +# acpi_listen + +> Listen to ACPI events. +> More information: . + +- Listen to any ACPI event while the daemon is running: + +`acpi_listen` + +- Display help: + +`acpi_listen {{[-h|--help]}}`