summaryrefslogtreecommitdiffstats
path: root/tuned
blob: 190b8e85f0d2b54f9d2e37fcefda608c96a791b9 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python

from tuned import tuned

tuned.init(".")
tuned.run()
tuned.cleanup()