1 ## arg 1: the new package version
5 To enable the CPU frequency scaling service at boot, run the following command as root:
6 systemctl enable cpufreq.service
8 To manually start the service (without having to reboot), run the following command as root:
9 systemctl start cpufreq.service
14 ## arg 1: the old package version
16 systemctl stop cpufreq.service
17 systemctl disable cpufreq.service
20 # vim:set ts=2 sw=2 et: