[pkg-go] Bug#893437: ITP: golang-github-vividcortex-godaemon -- Daemonize Go applications deviously.

Eric Dorland eric at debian.org
Sun Mar 18 20:02:25 UTC 2018


Package: wnpp
Severity: wishlist
Owner: Eric Dorland <eric at debian.org>

* Package name    : golang-github-vividcortex-godaemon
  Version         : 0.0~git20150910.3d9f6e0-1
  Upstream Author : VividCortex
* URL             : https://github.com/VividCortex/godaemon
* License         : MIT
  Programming Lang: Go
  Description     : Daemonize Go applications deviously

 Daemonize Go applications with exec() instead of fork().
 .
 You can't daemonize the usual way in Go. Daemonizing is a Unix concept
 that requires some specific things (http://goo.gl/vTUsVy) you can't do
 easily in Go. But you can still accomplish the same goals if you don't
 mind that your program will start copies of itself several times, as
 opposed to using fork() the way many programmers are accustomed to doing.



More information about the Pkg-go-maintainers mailing list