revert: changes to module

This commit is contained in:
isabel 2023-10-13 15:39:10 +01:00
parent d710518c61
commit 4165f9483b
No known key found for this signature in database
GPG Key ID: CFF897835DD77813
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ in {
overrideStrategy = "asDropin";
serviceConfig.ExecStart = mkForce [
""
"${getBin} ${defaultPackage} --daemon --config ${cfgFile}"
"${defaultPackage}/bin/auto-cpufreq --daemon --config ${cfgFile}"
];
};
};