summaryrefslogtreecommitdiff
path: root/gnu/services/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/linux.scm')
-rw-r--r--gnu/services/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm
index 7375a1573eb..1f01b39a210 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -193,7 +193,8 @@ representation."
193 (compose list earlyoom-shepherd-service)) 193 (compose list earlyoom-shepherd-service))
194 (service-extension rottlog-service-type 194 (service-extension rottlog-service-type
195 (const %earlyoom-log-rotation)))) 195 (const %earlyoom-log-rotation))))
196 (description "Run @command{earlyoom}, the Early OOM daemon."))) 196 (description "Run @command{earlyoom}, a daemon that quickly responds to
197@acronym{OOM, out-of-memory} conditions by terminating relevant processes.")))
197 198
198 199
199;;; 200;;;