https://bugzilla.redhat.com/show_bug.cgi?id=1574001

            Bug ID: 1574001
           Summary: Review Request: golang-github-vividcortex-godaemon -
                    Daemonize Go applications deviously
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: zebo...@gmail.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



Spec URL:
https://copr-be.cloud.fedoraproject.org/results/eclipseo/dnscrypt-proxy/fedora-rawhide-x86_64/00740604-golang-github-vividcortex-godaemon/golang-github-vividcortex-godaemon.spec
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/eclipseo/dnscrypt-proxy/fedora-rawhide-x86_64/00740604-golang-github-vividcortex-godaemon/golang-github-vividcortex-godaemon-0-0.1.20180413git3d9f6e0.fc29.src.rpm

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.

Fedora Account System Username: eclipseo

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to