Added new 'root' supervisor, and mnesia as child to this supervisor
This commit is contained in:
parent
3d8b413a8f
commit
3285bb9a7e
6 changed files with 110 additions and 6 deletions
2
start
2
start
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
erl -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
|
||||
erl -mnesia -boot start_sasl -pa erlang_js/ebin/ -pa ebin -pa src -s start_ggs
|
||||
|
|
Reference in a new issue