mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 5 additions and 2 deletions
|
@ -401,7 +401,8 @@ (define tlp-service-type
|
|||
(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 @@ (define thermald-service-type
|
|||
(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.")))
|
||||
|
|
Loading…
Reference in a new issue