acpid
Advanced Configuration and Power Interface event daemon
Install
- All systems
-
curl cmd.cat/acpid.sh
- Debian
-
apt-get install acpid
- Ubuntu
-
apt-get install acpid
- Arch Linux
-
pacman -S acpid
- Kali Linux
-
apt-get install acpid
- CentOS
-
yum install acpid
- Fedora
-
dnf install acpid
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acpid
- Raspbian
-
apt-get install acpid
- Dockerfile
- dockerfile.run/acpid
acpid
Advanced Configuration and Power Interface event daemon
Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on netlink interface (or on the deprecated file /proc/acpi/event), and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin.