guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: services: tlp, thermald: Add descriptions.


From: guix-commits
Subject: 02/04: services: tlp, thermald: Add descriptions.
Date: Mon, 26 Aug 2019 07:40:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 94b98ef7a089d7a5720a9af2369dc994eb7ffe9d
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 10:02:50 2019 +0200

    services: tlp, thermald: Add descriptions.
    
    * gnu/services/pm.scm (tlp-service-type)[description]: New field.
    (thermald-service-type)[description]: New field.
---
 gnu/services/pm.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/services/pm.scm b/gnu/services/pm.scm
index 3817bd0..1e01b50 100644
--- a/gnu/services/pm.scm
+++ b/gnu/services/pm.scm
@@ -401,7 +401,8 @@ shutdown on system startup."))
                         (compose list tlp-configuration-tlp))
      (service-extension activation-service-type
                         tlp-activation)))
-   (default-value (tlp-configuration))))
+   (default-value (tlp-configuration))
+   (description "Run TLP, a power management tool.")))
 
 (define (generate-tlp-documentation)
   (generate-documentation
@@ -441,4 +442,6 @@ shutdown on system startup."))
    (name 'thermald)
    (extensions (list (service-extension shepherd-root-service-type
                                         thermald-shepherd-service)))
-   (default-value (thermald-configuration))))
+   (default-value (thermald-configuration))
+   (description "Run thermald, a CPU frequency scaling service that helps
+prevent overheating.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]