From b00f725a5db6c3ce814eeed3fe20a22a5355bc7b Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Fri, 11 May 2012 01:33:46 -0700 Subject: [PATCH] Correct comment. --- service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.go b/service.go index f4fee70..e7d0c0e 100644 --- a/service.go +++ b/service.go @@ -1,5 +1,5 @@ // Package service provides a simple way to create a system service. -// Currently only supports Windows. +// Currently supports Windows and Linux/Upstart. package service // Creates a new service. name is the internal name