summary refs log tree commit diff
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 081764950c..7375a1573e 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -173,7 +173,8 @@ representation."
 (define (earlyoom-shepherd-service config)
   (shepherd-service
    (documentation "Run the Early OOM daemon.")
-   (provision '(earlyoom user-processes))
+   (provision '(earlyoom))
+   (requirement '(user-processes))
    (start #~(make-forkexec-constructor
              '#$(earlyoom-configuration->command-line-args config)
              #:log-file "/var/log/earlyoom.log"))