3
0
Fork 0
forked from mirrors/nixpkgs

cpufreq: Fix "sh: modprobe: command not found"

This commit is contained in:
Eelco Dolstra 2016-05-24 21:36:56 +02:00
parent c99608c638
commit c726773f26

View file

@ -38,7 +38,7 @@ in
description = "CPU Frequency Governor Setup";
after = [ "systemd-modules-load.service" ];
wantedBy = [ "multi-user.target" ];
path = [ cpupower ];
path = [ cpupower config.system.sbin.modprobe ];
unitConfig.ConditionVirtualization = false;
serviceConfig = {
Type = "oneshot";