Daemon

Starts the command passed as the first argument as a system daemon. That is, the process will not die with its parent (typically a shell). It can be used to start a server from a remote console, etc.

Example:

$ daemon "my_server arg0 arg1 ..."



Installation