acpid: prevent duplicate daemon instances
authorOliver Sedlbauer <redacted>
Thu, 19 Feb 2026 10:36:51 +0000 (11:36 +0100)
committerFlorian Eckert <redacted>
Mon, 2 Mar 2026 12:37:58 +0000 (13:37 +0100)
commit8744a706f1d53ee48870c87178a74e020c1a0d0d
treeb7ca5d966b8aec0de5b253b594777d21df6d4add
parent4faa1122695446f8e6d987c95801724997a20c9a
acpid: prevent duplicate daemon instances

The hotplug script directly invokes /usr/sbin/acpid. If hotplug fires
before procd starts acpid, it cannot stop the procd-managed instance,
resulting in a second unmanaged acpid process running alongside it.

Fix this issue by letting ONLY procd manage the acpi daemon.

Signed-off-by: Oliver Sedlbauer <redacted>
utils/acpid/Makefile
utils/acpid/files/acpid.hotplug
utils/acpid/files/acpid.init
git clone https://git.99rst.org/PROJECT