Arguments:
- -daemon
-
This option is highly recommended. It makes run_erl run in the background completely detached from any controlling terminal and the command returns to the caller immediately. Without this option, run_erl must 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 to run_erl on 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 the run_erl program 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 Variables below.)
When the logs are full, run_erl deletes 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.