auto-cpufreq: actually run as deamon
The upstream service definition uses the (undocumented) --daemonoption, which causes the process to stay running and not exitimmediately.
Michael Livshin 2 years ago ed01157d 7e3c25bf
··· 37 37 38 38 serviceConfig.ExecStart = [ 39 39 "" 40 40 - "${lib.getExe pkgs.auto-cpufreq} --config ${cfgFile}" 40 40 + "${lib.getExe pkgs.auto-cpufreq} --daemon --config ${cfgFile}" 41 41 ]; 42 42 }; 43 43 };