baishaojie dcf2cbd820 first commit | há 11 meses atrás | |
---|---|---|
.. | ||
.gitignore | há 11 meses atrás | |
.travis.yml | há 11 meses atrás | |
LICENSE | há 11 meses atrás | |
README.md | há 11 meses atrás | |
appveyor.yml | há 11 meses atrás | |
console.go | há 11 meses atrás | |
go.mod | há 11 meses atrás | |
go.sum | há 11 meses atrás | |
linux-test-su.sh | há 11 meses atrás | |
service.go | há 11 meses atrás | |
service_aix.go | há 11 meses atrás | |
service_darwin.go | há 11 meses atrás | |
service_freebsd.go | há 11 meses atrás | |
service_go1.8.go | há 11 meses atrás | |
service_linux.go | há 11 meses atrás | |
service_solaris.go | há 11 meses atrás | |
service_systemd_linux.go | há 11 meses atrás | |
service_sysv_linux.go | há 11 meses atrás | |
service_unix.go | há 11 meses atrás | |
service_upstart_linux.go | há 11 meses atrás | |
service_windows.go | há 11 meses atrás | |
version.go | há 11 meses atrás |
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.
Windows controls services by setting up callbacks that is non-trivial. This is very different then other systems. This package provides the same API 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.