From 7cdea9fda64c8ebec6197cf59dca70f02e31a701 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Sun, 3 Mar 2013 00:29:21 -0800 Subject: [PATCH] Correct docs. --- stdservice/stdservice.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdservice/stdservice.go b/stdservice/stdservice.go index 6f38ff6..c6b5b3e 100644 --- a/stdservice/stdservice.go +++ b/stdservice/stdservice.go @@ -6,8 +6,8 @@ import ( "os" ) -// Standard service configuration. Start() can block as long as desired, -// Stop() should not block for more then a second or two. +// Standard service configuration. Start MUST block. +// Stop MUST NOT block for more then a second or two. type Config struct { // Used to register the service with the operating system. Name, DisplayName, LongDescription string