aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/power_profile.conf
blob: 294856071f0030abe125d39dec616fa81023b60d (plain) (blame)
1
2
3
4
5
6
# Switch power profiles when the AC line state changes.
notify 10 {
	match "system"		"ACPI";
	match "subsystem"	"ACAD";
	action "service power_profile $notify";
};