From 15126ec242ad7c6e1ca1daa6d2082edc73bdee6f Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Fri, 11 May 2012 02:19:12 -0700 Subject: [PATCH] Add readme. --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ec413e2 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +service will install / un-install and run a program as a service (daemon). +Currently supports Windows XP+ and Linux/Upstart. + +To start out follow "example/main.go".