From da8aebeaad1e626a8527a096cb5fb5a9ed640129 Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Tue, 13 Jan 2015 09:56:52 -0800 Subject: [PATCH] service: update README. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index fcc8345..5a18306 100644 --- a/README +++ b/README @@ -2,3 +2,14 @@ service will install / un-install, start / stop, and run a program as a service Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd. To start out follow "example/main.go". + +This package is still in BETA. Detecting if this is running as a daemon or from a +user is not tested on all platforms. It is tested on Windows and Linux Upstart +system service. Need to test the following platforms: + * Upstart, user service + * systemd system and user service + * Launchd system and user service + +Also the remainder of the configuration struct needs to be wired into the install +step for most platforms. Platform capabilities and KeyValues need documentation. +