Windows 2000 optimisation.
authorIain Patterson <me@iain.cx>
Sun, 20 May 2012 13:58:46 +0000 (14:58 +0100)
committerIain Patterson <me@iain.cx>
Sun, 20 May 2012 14:00:37 +0000 (15:00 +0100)
commitd835729cc86c54b1ecde6ffce737c41aa8d3f840
treec101634ddba6e0694e6cbbf5913be9fea37d74d5
parentf2ec1c0c55a6b3e8ca02b3d66b78c87fe0ac1f47
Windows 2000 optimisation.

Windows 2000 takes a few seconds to time out when trying and failing to
connect to the service manager if NSSM was run with no arguments.

Check for stdin first.  It won't exist if we are running in a service
context so we can skip the connection attempt unless we're unsure.
nssm.cpp