mig/service
Aaron Meihm 487a355858 [minor] windows: pause in service Remove to confirm removal 2017-04-13 11:56:15 -05:00
..
LICENSE [minor] remove vendored service-go and just include this package in mig 2017-03-27 13:19:23 -05:00
README [minor] remove vendored service-go and just include this package in mig 2017-03-27 13:19:23 -05:00
name_test.go [minor] remove vendored service-go and just include this package in mig 2017-03-27 13:19:23 -05:00
service.go [minor] remove vendored service-go and just include this package in mig 2017-03-27 13:19:23 -05:00
service_darwin.go [minor] remove vendored service-go and just include this package in mig 2017-03-27 13:19:23 -05:00
service_linux.go [minor] export getFlavor, and use in place of duplicate code in getInit 2017-03-27 13:33:21 -05:00
service_windows.go [minor] windows: pause in service Remove to confirm removal 2017-04-13 11:56:15 -05:00

README

service is a package used within MIG for service management. This includes
tasks such as installing/removing MIG components as OS services, and starting
and stopping services.

This code was originally forked from bitbucket.org/kardianos/service/ to
github.com/jvehent/service-go. Since then the code has been modified for MIG,
and as such now lives here.