daemonizer is a Unix tool to detach a process from the associated terminal.
Usage:
usage: daemonizer [OPTION] program [ARGUMENTS]
Starts the specified program with the optional arguments detaching it
from the current terminal
Options:
-e, --keep-environment keeps environment variables
-h, --help show this help screen
-l, --log log file
-p, --pid PID file
--version prints the program version and exits
Please see the daemonizer(1) man page for full documentation.
What's New in This Release:
· Added a -p (--pid) option to specify where to write the daemon PID file.
Product's homepage