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