From 94b98ef7a089d7a5720a9af2369dc994eb7ffe9d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 26 Aug 2019 10:02:50 +0200 Subject: 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(-) (limited to 'gnu/services') diff --git a/gnu/services/pm.scm b/gnu/services/pm.scm index 3817bd09de..1e01b5059d 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."))) -- cgit v1.2.3