mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
85b5c0c7c2
commit
6fd46129fe
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@
|
||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(documentation "Run the Knot DNS daemon.")
|
(documentation "Run the Knot DNS daemon.")
|
||||||
(provision '(knot dns))
|
(provision '(knot dns))
|
||||||
(requirement '(networking))
|
(requirement '(networking user-processes))
|
||||||
(actions (list (shepherd-configuration-action config-file)))
|
(actions (list (shepherd-configuration-action config-file)))
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list (string-append #$knot "/sbin/knotd")
|
(list (string-append #$knot "/sbin/knotd")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue