freebsd/sbin/devd/power_profile.conf

7 lines
164 B
Plaintext

# Switch power profiles when the AC line state changes.
notify 10 {
match "system" "ACPI";
match "subsystem" "ACAD";
action "service power_profile $notify";
};