2010-01-08 19:16:57 +00:00
|
|
|
{sys, [
|
|
|
|
{lib_dirs, []},
|
|
|
|
{rel, "{{nodeid}}", "1",
|
|
|
|
[
|
|
|
|
kernel,
|
|
|
|
stdlib,
|
|
|
|
sasl
|
|
|
|
]},
|
|
|
|
{rel, "start_clean", "",
|
|
|
|
[
|
|
|
|
kernel,
|
|
|
|
stdlib
|
|
|
|
]},
|
|
|
|
{boot_rel, "{{nodeid}}"},
|
|
|
|
{profile, embedded},
|
|
|
|
{excl_sys_filters, ["^bin/.*",
|
|
|
|
"^erts.*/bin/(dialyzer|typer)"]},
|
|
|
|
{app, sasl, [{incl_cond, include}]}
|
|
|
|
]}.
|
|
|
|
|
2010-07-06 18:03:20 +00:00
|
|
|
{target_dir, "{{nodeid}}"}.
|
2010-01-08 19:16:57 +00:00
|
|
|
|
2010-07-06 18:03:20 +00:00
|
|
|
{overlay, [
|
|
|
|
{mkdir, "log/sasl"},
|
|
|
|
{copy, "files/erl", "\{\{erts_vsn\}\}/bin/erl"},
|
|
|
|
{copy, "files/nodetool", "\{\{erts_vsn\}\}/bin/nodetool"},
|
|
|
|
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
|
|
|
|
{copy, "files/app.config", "etc/app.config"},
|
|
|
|
{copy, "files/vm.args", "etc/vm.args"}
|
2011-04-15 14:40:25 +00:00
|
|
|
]}.
|