I made auto-cpufreq work on mxlinux sysvinit init system #598
AmerXz
started this conversation in
Show and tell
Replies: 1 comment
-
That's great! Especially since I remember seeing few issues about auto-cpufreq working on non systemd systems. Could you please create a PR/contribute to the project and you will be credited for your work as part of future release. Would love to have these changes merged with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I used new-service.sh inside a fork of sysvinit-service-generator at this link https://github.com/yunginnanet/sysvinit-service-generator
I used that specific fork because it contained more up to date fixes than the original and it's not from me
So what I did was to create Auto-cpufreq.sh inside
"/home/<username>/.scripts/Auto-cpufreq.sh"
Inside that file I just put these simple commands:-
then went to new-service.sh inside sysvinit-service-generator that I downloaded from that project master Branch
After few prompts the It created the daemon script below :-
After that auto-cpufreq GUI worked fine
Beta Was this translation helpful? Give feedback.
All reactions