You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly stumbled upon this repo on how to daemonize a process. Super helpful! Found a small issue that caused me troubles. The fd = 0 is not getting closed at the line below.
Randomly stumbled upon this repo on how to daemonize a process. Super helpful! Found a small issue that caused me troubles. The fd = 0 is not getting closed at the line below.
daemon/src/daemon.c
Line 192 in d629c1f