add app-laptop/tp_smapi-0.41
[shuber-gentoo-overlay.git] / app-laptop / tp_smapi / files / tp_smapi-0.41-confd
1 # /etc/conf.d/smapi: config file for /etc/init.d/smapi
2
3 # use '/etc/init.d/smapi info' at any time to check the thresholds
4 # currently used by the driver
5 # Note that the kernel does some sanity checking on the values and
6 # will not accept any combination of values you may try to set up.
7 # (i.e. stop value lower than start) So if the output of info does
8 # not match what you wanted the driver probably did not like your
9 # configuration.
10
11 # default thresholds for '/etc/init.d/smapi start'
12 SMAPI_THRESH_START="30"
13 SMAPI_THRESH_STOP="85"
14 # values to be used for '/etc/init.d/smapi low'
15 SMAPI_LOW_THRESH_START="${SMAPI_THRESH_START}"
16 SMAPI_LOW_THRESH_STOP="${SMAPI_THRESH_STOP}"
17
18 # values to be used for '/etc/init.d/smapi high'
19 SMAPI_HIGH_THRESH_START="95"
20 SMAPI_HIGH_THRESH_STOP="100"