Library for creating a new process detached from the controling terminal (daemon) using the fork and setsid syscalls.
fork
and setsid
new methods could be
created to achieve the same goal, inspired by "nix - Rust friendly bindings to
*nix APIs crate".