gnu: earlyoom: Improve description.
* gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak.
This commit is contained in:
parent
69d8d0a719
commit
0e6215ac72
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ (define earlyoom-service-type
|
|||
(compose list earlyoom-shepherd-service))
|
||||
(service-extension rottlog-service-type
|
||||
(const %earlyoom-log-rotation))))
|
||||
(description "Run @command{earlyoom}, the Early OOM daemon.")))
|
||||
(description "Run @command{earlyoom}, a daemon that quickly responds to
|
||||
@acronym{OOM, out-of-memory} conditions by terminating relevant processes.")))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue