Just opened a MP against systemd to make the 'ondemand' service configurable through /etc/default/cpufrequtils file. This change has two purposes :
1) Make 'onedmand' service configurable. It is important for the 'ondemand' service to be configurable because depending on the use case and the the CPU model, 'ondemand' may not select the optimal governor for the user's needs. 2) Fix an existing bug when cpufrequtils installed. In case cpufrequtils is installed and user has chosen a different governor (by editing the /etc/default/cpufrequtils file) than the one selected by ondemand service, the ondemand service will overwrite user's settings and stick to its selection. With this change the ondemand service will first check if the /etc/default/cpufrequtils files exist and in case there is a governor defined, the ondemand service will select the defined governor. In case there is no such file, ondemand service will behave as it does currently. The /etc/default/cpufrequtils file is chosen on purpose to provide compatibility between ondemand service and cpufrequtils package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1806012 Title: set-cpufreq: 'powersave' governor configuration sanity on ubuntu server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1806012/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
