diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1c39628ffa..454dd66c18 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35800,6 +35800,32 @@ Ignore cpuid check for supported CPU models. @item @code{thermald} (default: @var{thermald}) Package object of thermald. +@cindex PowerTOP +@cindex power consumption tuning with PowerTOP +@subsubheading PowerTOP + +The @code{(gnu services pm)} module also provides a service definition +for @uref{https://01.org/powertop/, PowerTOP}, a power consumption +analysis and tuning tool. When started, it tunes Linux kernel settings +to reduce power consumption. + +@defvar powertop-service-type +The service type for PowerTOP. No configuration is necessary. When the +service starts, it executes @code{powertop --auto-tune}. + +@lisp +(service powertop-service-type) +@end lisp +@end defvar + +Available @code{powertop-configuration} fields are: + +@deftypevr {@code{powertop-configuration} parameter} package powertop +The PowerTOP package. Defaults to @code{powertop} in the @code{(gnu +packages linux)} module + +@end deftypevr + @end table @end deftp |