Calculate service stop wait hint correctly.
authorIain Patterson <me@iain.cx>
Wed, 13 Nov 2013 15:03:47 +0000 (15:03 +0000)
committerIain Patterson <me@iain.cx>
Fri, 15 Nov 2013 16:02:54 +0000 (16:02 +0000)
commitee52ab253b65c52ff039d8058c66b1a63a656b01
tree4cc4bea4975c66d10ed328ca22b01c33ea24e75f
parent64eea0aef7d23dc4cfdaa7d979473c629f41ab85
Calculate service stop wait hint correctly.

The wait hint when changing the service status to stopped failed to take
into account the grace period after sending a Control-C event.  It also
failed to consider the case where one or more stop methods were
disabled.
service.cpp