diff --git a/.hgignore b/.hgignore index 69f2275..e69de29 100644 --- a/.hgignore +++ b/.hgignore @@ -1 +0,0 @@ -old/ \ No newline at end of file diff --git a/README b/README index ec413e2..32486df 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -service will install / un-install and run a program as a service (daemon). -Currently supports Windows XP+ and Linux/Upstart. +service will install / un-install, start / stop, and run a program as a service (daemon). +Currently supports Windows XP+, Linux/Upstart, and OSX/Launchd. To start out follow "example/main.go". diff --git a/service.go b/service.go index 29d75d5..d3b2a3a 100644 --- a/service.go +++ b/service.go @@ -1,5 +1,5 @@ // Package service provides a simple way to create a system service. -// Currently supports Windows, Linux/Upstart, OSX/Launchd. +// Currently supports Windows, Linux/Upstart, and OSX/Launchd. package service // Creates a new service. name is the internal name