1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

services: knot: Depend on `user-processes'.

* gnu/services/dns.scm (knot-shepherd-service): Add `user-processes' to the
`requirement' field.

Change-Id: I59f95aeb25c02944418eb3ea20a42d344703a011
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
vicvbcun
2025-06-17 10:23:22 +02:00
committed by Ludovic Courtès
parent 85b5c0c7c2
commit 6fd46129fe
+1 -1
View File
@@ -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")