]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/power_profile.conf
Merge llvm-project main llvmorg-15-init-16436-g18a6ab5b8d1f
[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 };