services: tlp, thermald: Add descriptions.
authorLudovic Courtès <ludo@gnu.org>
Mon, 26 Aug 2019 08:02:50 +0000 (10:02 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Aug 2019 11:40:45 +0000 (13:40 +0200)
* gnu/services/pm.scm (tlp-service-type)[description]: New field.
(thermald-service-type)[description]: New field.

gnu/services/pm.scm

index 3817bd0..1e01b50 100644 (file)
@@ -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.")))