Skip to content

setup-alpine.in: only enable acpid if machine has input events entries

macmpi requested to merge (removed):setup-alpine-acpid into master

busybox-acpid service monitors /dev/input/event* which may be larger scope than strict ACPI.
(ie Pi can have shutdown event with dtoverlay=gpio-shutdown).

Fine-tunes !63 (merged) conditional busybox-acpid enablement, to be more focused onto actual service requirements.

Merge request reports