|
root / base / usr / src / zyginit / services / acpihpd / start.sh
start.sh Bash 11 lines 458 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/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