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 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
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0-0.10.20210113giteda9777.fc35 | - |
Fedora 35 | 0-0.10.20210113giteda9777.fc35 | - |
Fedora 34 | 0-0.9.20210113giteda9777.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-vividcortex-godaemon dash maintainers at fedoraproject dot org
.