guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: earlyoom: Improve description.


From: guix-commits
Subject: 02/02: gnu: earlyoom: Improve description.
Date: Mon, 21 Aug 2023 11:30:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0e6215ac72cf642b0bafc4e1ea3120535bd7245a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Aug 21 17:09:25 2023 +0200

    gnu: earlyoom: Improve description.
    
    * gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak.
---
 gnu/services/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm
index 7375a1573e..1f01b39a21 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -193,7 +193,8 @@ representation."
                              (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.")))
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]