Thanks for the tip! I'll check that out. One question though, isn't the actual overclock values being set in the services-stop script?Check if the script services-start is really executed by adding something like:
touch /tmp/overcloking.runafter the overclocking commands and check if the file is created in /tmp/ after reboot.
On top check if the scripts are still executable with ls command and -la option:
-rwxrwxrwx 1 admin root 1083 Dec 4 20:06 services-startand check if the scripts have the x-attribute set!
-rwxrwxrwx 1 admin root 671 May 28 2016 services-stop