mediabox: disable undervolt

This commit is contained in:
Asmir A 2023-10-01 21:10:21 +02:00
parent 09612ae44e
commit a379efdf01

View File

@ -142,6 +142,7 @@
wantedBy = ["default.target" "suspend.target" "shutdown.target"]; wantedBy = ["default.target" "suspend.target" "shutdown.target"];
}; };
/*
"cpu_setting" = { "cpu_setting" = {
description = "Enable turboot boost and undervolt cpu after suspend"; description = "Enable turboot boost and undervolt cpu after suspend";
wantedBy = ["post-resume.target" "multi-user.target"]; wantedBy = ["post-resume.target" "multi-user.target"];
@ -153,6 +154,7 @@
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
}; };
*/
}; };
}; };