xref: /freebsd/sbin/devd/power_profile.conf (revision 2878e21ff11b373d39fa98a77f215c61027337ee)
1*2878e21fSEmmanuel Vadot# Switch power profiles when the AC line state changes.
2*2878e21fSEmmanuel Vadotnotify 10 {
3*2878e21fSEmmanuel Vadot	match "system"		"ACPI";
4*2878e21fSEmmanuel Vadot	match "subsystem"	"ACAD";
5*2878e21fSEmmanuel Vadot	action "service power_profile $notify";
6*2878e21fSEmmanuel Vadot};
7