Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sbin/devd/power_profile.conf
39475 views
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
};
7
8