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