Skip to content

acpid: prevent duplicate daemon instances#28601

Open
osedlbauer wants to merge 1 commit intoopenwrt:masterfrom
osedlbauer:fix/package-acpid
Open

acpid: prevent duplicate daemon instances#28601
osedlbauer wants to merge 1 commit intoopenwrt:masterfrom
osedlbauer:fix/package-acpid

Conversation

@osedlbauer
Copy link
Contributor

📦 Package Details

Maintainer: @heil @neheb

Description:
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.


🧪 Run Testing Details

  • OpenWrt Target/Subtarget: x86/64

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

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 <os@dev.tdt.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments