diff options
Diffstat (limited to 'gnu/tests/avahi.scm')
-rw-r--r-- | gnu/tests/avahi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/avahi.scm b/gnu/tests/avahi.scm index fd6941a292..3231032124 100644 --- a/gnu/tests/avahi.scm +++ b/gnu/tests/avahi.scm @@ -43,7 +43,7 @@ (services (cons* (service avahi-service-type (avahi-configuration (debug? #t))) (service dbus-root-service-type) - (service dhcp-client-service-type) ;needed for multicast + (service dhcpcd-service-type) ;needed for multicast ;; Enable heavyweight debugging output. (modify-services (operating-system-user-services |