NetBSD/etc/etc.ia64/rc.conf.append

16 lines
351 B
Plaintext

# $NetBSD: rc.conf.append,v 1.1 2016/08/05 16:22:08 scole Exp $
#
# Arch-specific rc.conf(5) configuration.
# powerd(8) is required under Xen to manage save/restore events.
#
if /sbin/sysctl -q machdep.xen; then
powerd=YES
fi
# powerd(8) is recommended if ACPI is enabled to handle PM events.
#
if /sbin/sysctl -q hw.acpi.root; then
powerd=YES
fi