Merge pull request #228721 from cmm/fix/auto-cpufreq

auto-cpufreq: actually run as deamon
This commit is contained in:
Maciej Krüger 2023-04-29 04:42:10 +02:00 committed by GitHub
commit 67283e1d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ in {
serviceConfig.ExecStart = [
""
"${lib.getExe pkgs.auto-cpufreq} --config ${cfgFile}"
"${lib.getExe pkgs.auto-cpufreq} --daemon --config ${cfgFile}"
];
};
};