summaryrefslogtreecommitdiffstats
path: root/tuned
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-02 12:33:41 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-02 12:33:41 +0100
commit796739577264cd143b50dc7cd5302cd8ab49ca08 (patch)
tree04e4d293faa45c88fe4a88e8717ff160574b43c0 /tuned
downloadtuned-796739577264cd143b50dc7cd5302cd8ab49ca08.tar.gz
tuned-796739577264cd143b50dc7cd5302cd8ab49ca08.tar.xz
tuned-796739577264cd143b50dc7cd5302cd8ab49ca08.zip
- Initial stuff
Diffstat (limited to 'tuned')
-rwxr-xr-xtuned7
1 files changed, 7 insertions, 0 deletions
diff --git a/tuned b/tuned
new file mode 100755
index 0000000..190b8e8
--- /dev/null
+++ b/tuned
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+
+from tuned import tuned
+
+tuned.init(".")
+tuned.run()
+tuned.cleanup()