From 6fd46129fe25c4b411f68b28cd8c26f07afe4e21 Mon Sep 17 00:00:00 2001 From: vicvbcun Date: Tue, 17 Jun 2025 10:23:22 +0200 Subject: [PATCH] services: knot: Depend on `user-processes'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/dns.scm (knot-shepherd-service): Add `user-processes' to the `requirement' field. Change-Id: I59f95aeb25c02944418eb3ea20a42d344703a011 Signed-off-by: Ludovic Courtès --- gnu/services/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm index 350e3da3614..338ba012d0a 100644 --- a/gnu/services/dns.scm +++ b/gnu/services/dns.scm @@ -662,7 +662,7 @@ (list (shepherd-service (documentation "Run the Knot DNS daemon.") (provision '(knot dns)) - (requirement '(networking)) + (requirement '(networking user-processes)) (actions (list (shepherd-configuration-action config-file))) (start #~(make-forkexec-constructor (list (string-append #$knot "/sbin/knotd")