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