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