From ed1df64e2a9b3dd77571b56d63217094ebd7580c Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 9 Nov 2008 16:44:22 +0000 Subject: [PATCH] fix typo in the upstart jobs example. svn path=/nixos/trunk/; revision=13232 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 9144492a539..4249065239c 100644 --- a/system/options.nix +++ b/system/options.nix @@ -605,7 +605,7 @@ in start on started network-interfaces respawn env PATH=/var/run/current-system/sw/bin - exec sh -c "echo "hello world" | ${pkgs.netcat}/bin/nc -l -p 9000 + exec sh -c "echo 'hello world' | ${pkgs.netcat}/bin/nc -l -p 9000" ''; } ]; description = "