initial copy from github

inital move from github
This commit is contained in:
kake26 2021-05-17 01:06:15 +02:00
parent 97561de3c3
commit 9fcb60b769
4 changed files with 65 additions and 1 deletions

10
Install.md Normal file
View file

@ -0,0 +1,10 @@
# Install.md
1. Create dir /opt/scripts
2. Drop cpuwrangler.bash in the new directory
3. Edit file and change $cpugov to what you want to use, default to conservative
4. CD to /etc/systemd/system/
5. Drop in the cpuwrangler.service file
6. Run systemctl enable cpuwrangler.service
Thats it!