xref: /freebsd/sbin/devd/power_profile.conf (revision f0865ec9906d5a18fa2a3b61381f22ce16e606ad)
1# Switch power profiles when the AC line state changes.
2notify 10 {
3	match "system"		"ACPI";
4	match "subsystem"	"ACAD";
5	action "service power_profile $notify";
6};
7