diff options
Diffstat (limited to 'runit/powertune')
-rwxr-xr-x | runit/powertune/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runit/powertune/run b/runit/powertune/run new file mode 100755 index 0000000..ce203cf --- /dev/null +++ b/runit/powertune/run @@ -0,0 +1,5 @@ +#!/bin/sh -e + +powertop --auto-tune + +exec chpst -b powertune pause |