summaryrefslogtreecommitdiffstats
path: root/tuned.py
Commit message (Collapse)AuthorAgeFilesLines
* - Lots of whitespace changesPhilip Knirsch2009-02-251-1/+1
| | | | | - Bump release - Some minor README changes
* - Fixed summaryr0-1-0Philip Knirsch2009-02-251-0/+18
| | | | - Added missing GPL notic to tuned.py
* - Added complete cleanup code in case of tuned exiting and/orPhilip Knirsch2009-02-251-4/+8
| | | | | | getting a SIGTERM to restore default values - Made the disk tuning pluging less nosy if started as non-daemon - Fixed missing self. in the tuned.py config handling
* - Add init() methods to each pluginPhilip Knirsch2009-02-251-9/+13
| | | | | | | | | - Call plugin init() methods during tuned's init() - Add support for command line parameters o -c conffile|--config==conffile to specify the location of the config file o -d to start tuned as a daemon (instead of as normal app) - Readded the debug output in case tuned isn't started as as daemon - Fixed initialization of max transfer values for net tuning plugin
* - Real first complete version with initscript, config file andPhilip Knirsch2009-02-231-3/+10
| | | | proper Makefile and packaging.
* - Initial stuffPhilip Knirsch2009-02-021-0/+38