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