deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
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.
Homepage: https://github.com/VividCortex/godaemon
Installed-Size: '30'
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: golang-github-vividcortex-godaemon-dev
Priority: optional
Section: devel
Source: golang-github-vividcortex-godaemon
Version: 0.0~git20210427.f8c5ec7-1
srcpkg_name: golang-github-vividcortex-godaemon
srcpkg_version: 0.0~git20210427.f8c5ec7-1