daemonizer is a tool that starts a process while
detaching it from the terminal. It makes the given
process an orphan, closes all files descriptors,
and reopens standard input and output to a log
file. This allows you to run any program as a daemon.