#!/usr/bin/env /lib/runit/invoke-run
#Copyright: 2026 Aitor <aitor@genuen.org>
#License: CC0-1.0
#Comment: ported from acpid package for runit-services testing

exec 2>&1
[ -r /etc/default/acpid ] && . /etc/default/acpid
exec /usr/bin/env -i /usr/sbin/acpid --foreground ${OPTIONS:-}
