Arguments:
-daemon-
This option is highly recommended. It makes
run_erlrun in the background completely detached from any controlling terminal and the command returns to the caller immediately. Without this option,run_erlmust be started using several tricks in the shell to detach it completely from the terminal in use when starting it. The option must be the first argument torun_erlon the command line. pipe_dir-
The named pipe, usually
/tmp/. It must be suffixed by a/(slash), that is,/tmp/epipes/, not/tmp/epipes. log_dir-
The log files, that is:
-
One log file,
run_erl.log, which logs progress and warnings from therun_erlprogram itself. -
Up to five log files at maximum 100 KB each with the content of the standard streams from and to the command. (Both the number of logs and sizes can be changed by environment variables, see section
Environment Variablesbelow.)When the logs are full,
run_erldeletes and reuses the oldest log file.
-
"exec command arg1 arg2 ..."-
A space-separated string specifying the program to be executed. The second field is typically a command name such as
erl.