golang-github-kardianos-service 1.2.1-1 source package in Ubuntu

Changelog

golang-github-kardianos-service (1.2.1-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version to 4.6.0.2
  * Update debian copyright to 2022

 -- Eric Dorland <email address hidden>  Mon, 17 Jan 2022 01:06:47 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kardianos-service_1.2.1-1.dsc 2.2 KiB b6e31766cce076e0f3e8d0edaeba98d7275baafb738a0de3934c0f2925026e8c
golang-github-kardianos-service_1.2.1.orig.tar.gz 26.2 KiB 6c310abed7793001d3ad1c9224967ccce91e68ac1e773cc32ac4f4b79cd8d58f
golang-github-kardianos-service_1.2.1-1.debian.tar.xz 2.6 KiB d050094fd727eeba3a19ad75f3e9bb0f860d8875ff648bce598612acb06525d6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-kardianos-service-dev: 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.