services: tlp, thermald: Add descriptions.
* gnu/services/pm.scm (tlp-service-type)[description]: New field. (thermald-service-type)[description]: New field.
This commit is contained in:
parent
36ac952084
commit
94b98ef7a0
|
@ -401,7 +401,8 @@ shutdown on system startup."))
|
||||||
(compose list tlp-configuration-tlp))
|
(compose list tlp-configuration-tlp))
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
tlp-activation)))
|
tlp-activation)))
|
||||||
(default-value (tlp-configuration))))
|
(default-value (tlp-configuration))
|
||||||
|
(description "Run TLP, a power management tool.")))
|
||||||
|
|
||||||
(define (generate-tlp-documentation)
|
(define (generate-tlp-documentation)
|
||||||
(generate-documentation
|
(generate-documentation
|
||||||
|
@ -441,4 +442,6 @@ shutdown on system startup."))
|
||||||
(name 'thermald)
|
(name 'thermald)
|
||||||
(extensions (list (service-extension shepherd-root-service-type
|
(extensions (list (service-extension shepherd-root-service-type
|
||||||
thermald-shepherd-service)))
|
thermald-shepherd-service)))
|
||||||
(default-value (thermald-configuration))))
|
(default-value (thermald-configuration))
|
||||||
|
(description "Run thermald, a CPU frequency scaling service that helps
|
||||||
|
prevent overheating.")))
|
||||||
|
|
Loading…
Reference in New Issue