xref: /freebsd/sbin/devd/power_profile.conf (revision e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5)
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