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