blob: df5fb700440c87460117d5a0a948d0a6364ac4dd (
plain)
1
2
3
4
5
6
7
|
# Mode allowed: maximum, minimum, adaptive
# Default unless specified is adaptive
powerd_ac_mode="maximum"
#powerd_battery_mode="minimum"
# Addiditonal arguments for powerd - see the man page for details
powerd_args=""
|