service: update readme.

This commit is contained in:
Daniel Theophanes
2015-01-18 17:09:07 -08:00
parent 20f13ca16f
commit 919c073bb5
+7 -3
View File
@@ -1,10 +1,14 @@
# service (BETA)
service will install / un-install, start / stop, and run a program as a service (daemon). service will install / un-install, start / stop, and run a program as a service (daemon).
Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd. Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd.
To start out follow "example/main.go". Windows controls services by setting up callbacks that is non-trivial. This
is very different then other systems. This package provides the same API
This package is still in BETA. despite the substantial differences.
It also can be used to detect how a program is called, from an interactive
terminal or from a service manager.
## TODO
Need to test the Interactive test for the following platforms: Need to test the Interactive test for the following platforms:
* SysV * SysV
* systemd system and user service * systemd system and user service