diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-08-07 13:33:20 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-08-07 13:33:20 +0300 |
commit | 342c1e47790d71e097ae10cfe67212401e1e46b9 (patch) | |
tree | 52a28d1c78440df08e204dfdef9670bc76a23e16 /runit/powertune/run | |
parent | 916163d1b7cb06438aa3c0285c515061d0480dd0 (diff) | |
download | swayrice-342c1e47790d71e097ae10cfe67212401e1e46b9.tar.gz swayrice-342c1e47790d71e097ae10cfe67212401e1e46b9.zip |
Added some runit startup scripts
Diffstat (limited to 'runit/powertune/run')
-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 |