mig/service
Tristan Weir 8c24601740 Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07: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 Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07:00
service.go Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07:00
service_darwin.go Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07:00
service_linux.go Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07:00
service_windows.go Update import statements to point to github.com/mozilla/mig/ 2018-07-11 10:11:22 -07: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.