Sepero / temp-throttle

A shell script for throttling system CPU frequency based on a desired maximum temperature
Other
243 stars 64 forks source link

added config file support #11

Closed martin-schmidt closed 9 years ago

martin-schmidt commented 9 years ago

Config file can be used to set the temperature. File can be named

/etc/temp_throttle.conf

or

~/.temp_throttle.conf

Config file settings can be overridden with the usual command line argument. Settings from the users home directory override the settings from /etc.

The file must contain the line 'MAX_TEMP=whatever-temperature-you-like' - e.g.:

MAX_TEMP=80

resolve #10

martin-schmidt commented 9 years ago

config file has no content