modprobe service: drop kmod wrapper

This commit is contained in:
Nikolay Amiantov
2016-08-16 00:19:25 +03:00
parent 1afd250676
commit b2ebecd9e5
7 changed files with 8 additions and 43 deletions
+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 config.system.sbin.modprobe ];
path = [ cpupower pkgs.kmod ];
unitConfig.ConditionVirtualization = false;
serviceConfig = {
Type = "oneshot";