summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 5522541735..8bb05850e3 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -73,7 +73,7 @@ true, it must be a string specifying the default network gateway."
                             #t))))
       (stop #~(lambda _
                 ;; Return #f is successfully stopped.
-                (not (and (system* (string-append #$inetutils "/sbin/ifconfig")
+                (not (and (system* (string-append #$inetutils "/bin/ifconfig")
                                    #$interface "down")
                           (system* (string-append #$net-tools "/sbin/route")
                                    "del" "-net" "default")))))