fix typo in the upstart jobs example.
svn path=/nixos/trunk/; revision=13232
This commit is contained in:
parent
b73a579d18
commit
ed1df64e2a
|
@ -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 = "
|
||||
|
|
Loading…
Reference in New Issue