diff --git a/tuned/plugins/plugin_ktune.py b/tuned/plugins/plugin_script.py similarity index 96% rename from tuned/plugins/plugin_ktune.py rename to tuned/plugins/plugin_script.py index c0fe695..b59873b 100644 --- a/tuned/plugins/plugin_ktune.py +++ b/tuned/plugins/plugin_script.py @@ -8,7 +8,7 @@ from subprocess import * log = tuned.logs.get() -class KTunePlugin(tuned.plugins.Plugin): +class ScriptPlugin(tuned.plugins.Plugin): """ """