]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/power_profile.conf
Merge llvm-project release/15.x llvmorg-15.0.0-9-g1c73596d3454
[FreeBSD/FreeBSD.git] / sbin / devd / power_profile.conf
1 # Switch power profiles when the AC line state changes.
2 notify 10 {
3         match "system"          "ACPI";
4         match "subsystem"       "ACAD";
5         action "service power_profile $notify";
6 };