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

This commit is contained in:
Eelco Dolstra
2016-05-24 21:48:42 +02:00
parent c99608c638
commit c726773f26
+1 -1
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";