diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-08-21 17:09:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-21 17:29:51 +0200 |
commit | 0e6215ac72cf642b0bafc4e1ea3120535bd7245a (patch) | |
tree | 6f541717b48b89c77b7dd00259fda835d2eb1ae6 /gnu/services | |
parent | 69d8d0a71964cc2f382da91090d61668189579e8 (diff) | |
download | guix-0e6215ac72cf642b0bafc4e1ea3120535bd7245a.tar.gz |
gnu: earlyoom: Improve description.
* gnu/services/linux.scm (earlyoom-service-type)[description]: Tweak.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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."))) ;;; |