软件包: golang-github-kardianos-service-dev (1.2.1-1)
golang-github-kardianos-service-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-kardianos-service:
- [golang-github-kardianos-service_1.2.1-1.dsc]
- [golang-github-kardianos-service_1.2.1.orig.tar.gz]
- [golang-github-kardianos-service_1.2.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Eric Dorland
外部的资源:
- 主页 [github.com]
相似软件包:
run Go programs as a service on major platforms
Service will install / un-install, start / stop, and run a program as a service (daemon). Currently supports:
* Windows XP+, * Linux with systemd, Upstart, SysV, and * OSX with launchd.
Windows controls services by setting up callbacks that are non-trivial. This is very different than 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.