Name : golang-github-vividcortex-godaemon-devel
| |
Version : 0
| Vendor : Fedora Project
|
Release : 0.9.20210113giteda9777.fc34
| Date : 2021-01-26 19:18:32
|
Group : Unspecified
| Source RPM : golang-github-vividcortex-godaemon-0-0.9.20210113giteda9777.fc34.src.rpm
|
Size : 0.02 MB
| |
Packager : Fedora Project
| |
Summary : Daemonize Go applications deviously
|
Description :
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 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.
This package contains the source code needed for building packages that reference the following Go import paths: – github.com/VividCortex/godaemon
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/34/Everything/x86_64/os/Packages/g |