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