diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix
index 9e48500d177c..93290e3bfdf3 100644
--- a/modules/tasks/network-interfaces.nix
+++ b/modules/tasks/network-interfaces.nix
@@ -166,7 +166,7 @@ in
example = "text=anything; echo You can put $text here.";
description = ''
Shell commands to be executed at the end of the
- network-interfaces Upstart job. Note that if
+ network-setup systemd service. Note that if
you are using DHCP to obtain the network configuration,
interfaces may not be fully configured yet.
'';