This utility allows programs to run as children of init
, which can be useful
if you don't care about a program's text output and you want to free the shell,
as in cases of GUI programs.
./autogen.sh && ./configure && make
make install
Use the --prefix option of configure if you want a custom install location.
./daemonize program arg1 arg2 arg3 ...