go-daemon
go-daemon copied to clipboard
Utility to "daemonize" Go programs
Results
1
go-daemon issues
Sort by
recently updated
recently updated
newest added
It's been a long time since I haven't coded in C, but it seems that `if (pid)` encompass all return value from `fork()`, including negative (erroneous) ones. Therefore, `perror("fork")` is...