#!/bin/sh
# Platform check lives in the acpihpd-check oneshot service, which
# runs before this and disables acpihpd when /devices/fw/acpidr@0 is
# absent. If we got here, the daemon is supported on this platform —
# just exec it.
#
# Hammerhead flattens the platform-lib tree: cmd/acpihpd installs to
# /usr/lib/acpihpd (via $(USR_PSM_LIB_DIR), which Hammerhead's
# Makefile.psm redefines as $(ROOT)/usr/lib for Phase 2 flat paths).
exec /usr/lib/acpihpd
