Skip to content

Michael-Sebero/System-Tuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

How to Install

. Place system-tuner in /bin

. Make the program executable

sudo chmod +x /bin/system-tuner

. Add this section to rc.local

# SYSTEM TUNER
if [ -x /bin/system-tuner ]; then
    ( sleep 20; setsid nohup /bin/system-tuner >> /var/log/system-tuner 2>&1 ) &
fi

. Restart system

About

Laptop performance is increased at 85% battery + AC connection and reduced at 10%.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages