Не совсем понятно, но попробую разобраться...
Проще электровеника:
1. acpid должен быть установлен и запущен
2. Строку '#HALTCMD=/sbin/halt' в файле '/etc/sysconfig/halt' не раскомментировать; иначе вместо poweroff будет halt, - т.е. останов системы.
3. Установить пакет acpid-events-power - именно он определяет реакцию acpi на нажатие кнопки Power на компьютере.
По сути, этот пакет обычный конфиг, о чём man и сообщает:
# man acpid|col -bfx|sed -n '128,142p'
EXAMPLE
This example will shut down your system if you press the power button.
Create a file named /etc/acpi/events/power that contains the following:
event=button/power
action=/etc/acpi/power.sh "%e"
Then create a file named /etc/acpi/power.sh that contains the following:
/sbin/shutdown -h now "Power button pressed"
Now, when acpid is running, a press of the power button will cause the rule
in /etc/acpi/events/power to trigger the script in /etc/acpi/power.sh. The
script will then shut down the system.
Ещё напочитать для любопытных:
https://wiki.archlinux.org/index.php/Acpid