mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
services: unbound: Remove dns from provision.
Fixes <https://issues.guix.gnu.org/76301>. The ‘dns’ provision collides with that of Knot. * gnu/services/dns.scm (unbound-shepherd-service): Remove dns from provision. Change-Id: Ice774a9a338416e865dbc4d26a8f37243f084a35 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6c9ce6b900
commit
231562b68b
1 changed files with 1 additions and 1 deletions
|
|
@ -1147,7 +1147,7 @@ log.")
|
|||
(let ((config-file (unbound-config-file config)))
|
||||
(list (shepherd-service
|
||||
(documentation "Unbound daemon.")
|
||||
(provision '(unbound dns))
|
||||
(provision '(unbound))
|
||||
;; unbound may be bound to a particular IP address, hence
|
||||
;; only start it after the networking service has started.
|
||||
(requirement '(user-processes networking))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue