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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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")