Unverified Commit 28727778 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

auto-cpufreq: fix battery thresholds (#478982)

parents 69bba086 2a4910a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ in
        path = with pkgs; [
          bash
          coreutils
          # Battery thresholds control executes lsmod
          kmod
        ];

        serviceConfig.WorkingDirectory = "";