baishaojie dcf2cbd820 first commit | пре 11 месеци | |
---|---|---|
.. | ||
.gitignore | пре 11 месеци | |
.travis.yml | пре 11 месеци | |
LICENSE | пре 11 месеци | |
README.md | пре 11 месеци | |
appveyor.yml | пре 11 месеци | |
console.go | пре 11 месеци | |
go.mod | пре 11 месеци | |
go.sum | пре 11 месеци | |
linux-test-su.sh | пре 11 месеци | |
service.go | пре 11 месеци | |
service_aix.go | пре 11 месеци | |
service_darwin.go | пре 11 месеци | |
service_freebsd.go | пре 11 месеци | |
service_go1.8.go | пре 11 месеци | |
service_linux.go | пре 11 месеци | |
service_solaris.go | пре 11 месеци | |
service_systemd_linux.go | пре 11 месеци | |
service_sysv_linux.go | пре 11 месеци | |
service_unix.go | пре 11 месеци | |
service_upstart_linux.go | пре 11 месеци | |
service_windows.go | пре 11 месеци | |
version.go | пре 11 месеци |
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.