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)
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.


No differences found