Allow restarting a service.
authorIain Patterson <me@iain.cx>
Mon, 13 Jan 2014 12:11:07 +0000 (12:11 +0000)
committerIain Patterson <me@iain.cx>
Mon, 13 Jan 2014 12:13:26 +0000 (12:13 +0000)
commit23bed76e3a4b8a407a58ec8e1422de90fc750ab3
treefd825bc4878ba2254c38c29471ecbbf333551467
parente00dcf2fb5b991f381b75b0f96553f7e2e478361
Allow restarting a service.

Running "nssm restart <service>" will try to send a stop control
followed by a start control.  It will fail if the service was stopped at
the outset or if it didn't respond to the stop control in a timely
manner.
README.txt
messages.mc
nssm.cpp