CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

Daemonization: moved daemon() call to before fork #73

Closed ghost closed 9 years ago

ghost commented 9 years ago

This fix, which merely changes the order in which daemon() and fork() are called, makes sure that all collecting processes have the same parent process (which is not PID 1).