|
|
1 년 전 | |
|---|---|---|
| .. | ||
| .gitignore | 1 년 전 | |
| .travis.yml | 1 년 전 | |
| LICENSE | 1 년 전 | |
| README.md | 1 년 전 | |
| appveyor.yml | 1 년 전 | |
| console.go | 1 년 전 | |
| go.mod | 1 년 전 | |
| go.sum | 1 년 전 | |
| linux-test-su.sh | 1 년 전 | |
| service.go | 1 년 전 | |
| service_aix.go | 1 년 전 | |
| service_darwin.go | 1 년 전 | |
| service_freebsd.go | 1 년 전 | |
| service_go1.8.go | 1 년 전 | |
| service_linux.go | 1 년 전 | |
| service_solaris.go | 1 년 전 | |
| service_systemd_linux.go | 1 년 전 | |
| service_sysv_linux.go | 1 년 전 | |
| service_unix.go | 1 년 전 | |
| service_upstart_linux.go | 1 년 전 | |
| service_windows.go | 1 년 전 | |
| version.go | 1 년 전 | |
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.