modprobe service: drop kmod wrapper

This commit is contained in:
Nikolay Amiantov
2016-08-19 17:56:49 +03:00
parent ff22705793
commit 5ff6e98486
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";