fork 0.1.0

Library for creating a new process using the fork and setsid syscalls
Documentation

fork

Library for creating a new process using the fork and setsid syscalls.

daemon(3) has been deprecated in MacOSX 10.5, by using fork and setsid new methods could be created to achieve the same goal.