gnu: earlyoom: Improve description.

* gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak.
This commit is contained in:
Ludovic Courtès 2023-08-21 17:09:25 +02:00
parent 69d8d0a719
commit 0e6215ac72
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.")))
;;;