summaryrefslogtreecommitdiff
path: root/etc/etc.ia64/rc.conf.append
blob: 83cee14e0c10862c9c5e2f14986b08b0a4e5ab87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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