diff options
Diffstat (limited to 'gnu/services/linux.scm')
-rw-r--r-- | gnu/services/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm index d17f492e15..081764950c 100644 --- a/gnu/services/linux.scm +++ b/gnu/services/linux.scm @@ -173,7 +173,7 @@ representation." (define (earlyoom-shepherd-service config) (shepherd-service (documentation "Run the Early OOM daemon.") - (provision '(earlyoom)) + (provision '(earlyoom user-processes)) (start #~(make-forkexec-constructor '#$(earlyoom-configuration->command-line-args config) #:log-file "/var/log/earlyoom.log")) |