summary refs log tree commit diff
path: root/modules/tasks/network-interfaces.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-11 14:23:35 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-04-11 17:29:34 +0200
commit56e678725d0ab538ad56be269f52cb30bb585606 (patch)
treefa3331f286d3df1eee66e5b3b4c08e53a221c1a0 /modules/tasks/network-interfaces.nix
parente627d309fd7adc09173955aae672775d92f6be59 (diff)
downloadnixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar.gz
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar.bz2
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar.lz
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar.xz
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.tar.zst
nixpkgs-56e678725d0ab538ad56be269f52cb30bb585606.zip
Remove Upstart reference
Diffstat (limited to 'modules/tasks/network-interfaces.nix')
-rw-r--r--modules/tasks/network-interfaces.nix2
1 files changed, 1 insertions, 1 deletions
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
-        <literal>network-interfaces</literal> Upstart job.  Note that if
+        <literal>network-setup</literal> systemd service.  Note that if
         you are using DHCP to obtain the network configuration,
         interfaces may not be fully configured yet.
       '';