]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/devd/power_profile.conf
Add 'contrib/unifdef/' from commit '0da44885831dc0a43c4ca6ff04a2430993cc0a80'
[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 };