Commit ed01157d authored by Michael Livshin's avatar Michael Livshin
Browse files

auto-cpufreq: actually run as deamon

The upstream service definition uses the (undocumented) --daemon
option, which causes the process to stay running and not exit
immediately.
parent 7e3c25bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ in {

        serviceConfig.ExecStart = [
          ""
          "${lib.getExe pkgs.auto-cpufreq} --config ${cfgFile}"
          "${lib.getExe pkgs.auto-cpufreq} --daemon --config ${cfgFile}"
        ];
      };
    };