From 56e678725d0ab538ad56be269f52cb30bb585606 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Apr 2013 14:23:35 +0200 Subject: [PATCH] Remove Upstart reference --- modules/tasks/network-interfaces.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/network-interfaces.nix b/modules/tasks/network-interfaces.nix index 9e48500d177..93290e3bfdf 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. '';