Merge pull request #30204 from lheckemann/powertop-fix

powertop module: add kmod to path
This commit is contained in:
Jörg Thalheim 2017-10-07 22:06:46 +01:00 committed by GitHub
commit b256b2778a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ in {
powertop = {
wantedBy = [ "multi-user.target" ];
description = "Powertop tunings";
path = [ pkgs.kmod ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = "yes";