]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/power_profile.conf
devd: Don't install autofs.conf with WITHOUT_AUTOFS
[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 };