mad_start.erl 233 B

12345678
  1. -module(mad_start).
  2. -compile(export_all).
  3. main(Params) ->
  4. sh:run("run_erl",9).
  5. % RUN_ERL_LOG_GENERATIONS=1000 RUN_ERL_LOG_MAXSIZE=20000000 \
  6. % ERL_LIBS=$(ERL_LIBS) run_erl -daemon $(RUN_DIR)/ $(LOG_DIR)/ "exec $(MAKE) console"